Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
编码流时是否可以获取 libx264 中使用的参数值列表?我正在使用 ffmpeg 二进制文件进行编码。
我将回答我自己的问题:只需在编码期间检查控制台输出即可。ffmpeg将 libx264 参数显示为字符串。
ffmpeg
对于完成的视频,使用strings命令:
strings
$ strings output.mkv | grep x264