FFmpeg av_guess_format returns NULL

让人想犯罪 __ 提交于 2019-12-06 04:29:40

av_guess_format was returning NULL because I hadn't properly configured FFMPEG to allow for ANY formats.

I re-configured FFMPEG to allow mp4 and others, and now it works

You need to recompile ffmpeg.make sure "--enable-muxer=mp4" was in configure's argument.after configure open config.h with editor,you will see "#define CONFIG_MP4_MUXER 1"

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