ffmpeg / avconv:列出支持的编解码器
你可以使用此命令列出 libavconv(ffmpeg / avconv 使用的库)支持的所有编解码器:
list_codecs.sh
ffmpeg -codecs如果你没有 ffmpeg 可执行文件,只需使用
avconv_list_codecs.sh
avconv -codecs注意 avconv 和 ffmpeg 本质上是相同的,但项目在某个时候分裂然后重新合并。从 Ubuntu 15.04 开始,ffmpeg 再次在仓库中可用,而之前 ffmpeg 被 avconv 替换。
详情请参见此 StackOverflow 帖子和关于 ffmpeg/libav 情况的此详细文章。
Check out similar posts by category:
Allgemein
If this post helped you, please consider buying me a coffee or donating via PayPal to support research & publishing of new posts on TechOverflow