Adding new CODEC to ffmpeg

元气小坏坏 提交于 2020-01-11 01:41:27

问题


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?


回答1:


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.



来源:https://stackoverflow.com/questions/1636226/adding-new-codec-to-ffmpeg

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!