本文介绍了向ffmpeg添加新的CODEC的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
可以向ffmepg添加新的编解码器吗?我搜了一下,不能找到具体的答案。如果可能,我可以知道步骤吗?
Is it possible to add new codec's to ffmepg? i searched a bit and was not able to find any concrete answer about this. If possible, Can i know the steps?
推荐答案
您必须将其添加到库中;在该评论中链接到的wiki(不是答案)是一个很好的开始,还要检查。
You have to add it to the library internally; the wiki linked to in that comment (not an answer?) is a good place to start, and also check https://ffmpeg.org/developer.html#New-codecs-or-formats-checklist.
最内部实用程序不导出,所以它不像外部编解码器支持将是有用的。
Most internal utilities aren't exported, so it's not as if external codec support would be useful.
这篇关于向ffmpeg添加新的CODEC的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!