sw5163

Results 11 comments of sw5163

If this can help, `Complexity index : 16` in media info can be recognized by Apple as atmos `Complexity index : Not present / 16` can't `mp4muxer -i atmos.ec3 -o...

Sorry to bother, I've tried the `MP4Box - GPAC version 2.1-DEV-rev314-g360b380b-master` build, 5.1 atmos eac3 file remuxing is perfectly fine, it's a great work! However, it fails to remux the...

It helps a lot that the latest mp4box can import from m2ts now! The 7.1 atmos eac3 is also showing proper 8 channel in windows player! Many thanks for the...

另外请问一下有没有啥比较好的方法能在ios上把那个蓝色的 文件app 里的视频直接移动到黑色的TV app里播放? 我现在用文件app SMB连接我的电脑播放,但是选不了字幕,所以我每次都手动设置lang tag=zho,就很麻烦, 苹果的界面也反人类。

mp4muxer现在有点问题,在iOS设备上会黑屏 https://github.com/DolbyLaboratories/dlb_mp4base/issues/28 建议全用MP4box,速度还快

> > mp4muxer现在有点问题,在iOS设备上会黑屏 > > [DolbyLaboratories/dlb_mp4base#28](https://github.com/DolbyLaboratories/dlb_mp4base/issues/28) > > 建议全用MP4box,速度还快 > > 杜比官方的片源我测试过了 软件产出的是可以在iOS上播放的。不直接用mp4box是因为有的文件在直接用mp4box混流后会出现前后长度不一致的情况(时长变短)。不过现在mp4box已经更新到了2.1版本,也不知道修复这个bug没…索性我就还是加了一步mp4muxer了 我目前遇到有问题的是profile5,杜比官方那个吹玻璃的和其他流媒体p5只要用MP4muxer重混过就会黑屏。 Plex 论坛和makemkv论坛上面好多 ATV 也是这个问题 我用比较新的MP4box没遇到过长度问题 MP4muxer混蓝光巨慢,MP4box大概5min,MP4muxer得搞半个小时以上

我又试了一遍 https://developer.dolby.com/tools-media/sample-media/video-streams/dolby-vision-streams/ 里面那个UHD profile5吹玻璃的 直接播放没问题 `ffmpeg -i video.mp4 -c copy dv.hevc` 提取dv.hevc `mp4muxer -i dv.hevc --dv-profile 5 --dvh1flag 0` 在 iPad pro 2017 (iOS16)上黑屏。 `mp4box -add dv.hevc:dv-profile=5 -new p5.dvh1.mp4` 正常。...

请问一下这个你用的是什么播放器呢 或者能麻烦您分享一下这个test视频嘛,我再试试

我大概明白了 [From yusesope:](https://forum.makemkv.com/forum/viewtopic.php?style=4&p=98312#p98312) Those header indicate to the decoder how the information for the initialization of the latter is stored within the file. Changing the header with a hex editor...

之前他们有讨论这个`hdr=none`可以去掉重复的 https://github.com/gpac/gpac/issues/1991#issuecomment-1007999585 我自己HDR格式标签重复的播放没问题 所以我也懒得加这个指令 另外 https://forum.makemkv.com/forum/viewtopic.php?p=127769#p127769 https://forum.makemkv.com/forum/viewtopic.php?p=124725#p124725 貌似加了`hdr=none`会导致 LPCM 7.1 播放有问题,但是我没试过 虽然他们看起来毫无关系 `dvp=5`是`dv-profile=5`的缩写吗 又学到了 :) 你的source这个是标准profile 5,现在新的mp4box会自己检测profile了 https://github.com/gpac/gpac/issues/1991#issuecomment-1263426298 所以除了故意把profile 8标成P5,应该没必要指定profile了