Replies: 8 comments 30 replies
-
|
苹果设备只认可 |
Beta Was this translation helpful? Give feedback.
-
|
ffmpeg封装的文件存在部分机器无法点亮杜比视界的问题,建议能用mp4box的就用mp4box |
Beta Was this translation helpful? Give feedback.
-
|
大佬,ffmpeg查看视频信息后,出现下列信息,请问要怎么正确混流成杜比世界? |
Beta Was this translation helpful? Give feedback.
-
|
又测试了一下,ts格式混流到mp4格式会出现帧率模式被改变的情况,大佬,请问咋解决? |
Beta Was this translation helpful? Give feedback.
-
|
请问鸟大有空的时候会考虑出个批量封装的gui吗,代码对小白不太友好😢,另外想问一下哪个代码是按照dvhe和dvh1封装的呀?因为看杜比官网说“mp4容器的只有dvhe和dvh1”,hev1就是封装错误了,但我封装出来的是hev1的。https://www.hao4k.cn/thread-70988-1-1.html |
Beta Was this translation helpful? Give feedback.
-
|
作者你好,请问这里给出的代码都是只能copy视频流吗?如果是,有没有相关命令在重新编码的时候保留杜比视界呢? |
Beta Was this translation helpful? Give feedback.
-
|
那可以嵌入到哪种版本,和hdr版本的组成profile8么?或者能不能把profile8的dv+hdr拆成只有dv的profile5?
…---原始邮件---
发件人: ***@***.***>
发送时间: 2023年10月27日(周五) 上午6:13
收件人: ***@***.***>;
抄送: ***@***.******@***.***>;
主题: Re: [nilaoda/Blog] 【教程】使用ffmpeg5.0混流杜比视界 (Discussion #52)
额,我才看到你说的是嵌入到SDR版本,那是不可能有正确结果的
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
|
您好,请问使用“ffmpeg -i iOS_P5_GlassBlowing2_1920x1080@59.94fps_15200kbps.mp4 -strict unofficial -brand mp42 -c copy -y mux.mp4”这代码无法复制True-HD或者DTS-HD MA的音轨进入MP4文件中(EAC3/Atmosyi以下都貌似都没出问题),请问是需要新增什么代码或者别的软件去封装音频吗?我刚接触不是太懂,还麻烦您解答一下 |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
更新
一键工具:https://github.com/nilaoda/DoViMuxer
前言
近日,FFmpeg 5.0 发布,增加了很多新功能,其中一个亮点就是支持了
DoVi(即Dolby Vision)的封装和tonemapping!这篇帖子先尝试一下混流。测试
下载Dolby官方的 测试片源 用于测试,使用5.0以上版本的ffmpeg或ffprobe可直接读取到杜比视界信息:
注意
Side data:DOVI configuration record: version: 1.0, profile: 5, level: 5, rpu flag: 1, el flag: 0, bl flag: 1, compatibility id: 0
混流
注意:必须指定
-strict unofficial才可以写入Side data封装后查看mediainfo:
尝试写入更多信息:
封装后查看mediainfo:
相较以前的混流过程(#27 #43),使用ffmpeg5.0后只需要加入
-strict unofficial选项即可无痛混流杜比视界~此外,建议增加
-brand mp42选项Beta Was this translation helpful? Give feedback.
All reactions