ffmpeg编译问题

ffmpeg在编译时默认不加入部分过滤器如,eq ,如果想加入需要 手动添加命令 单独添加   --enable-filter=eq 并不起作用,需要配合 --enable-avfilter一起。

 是否加入过滤器可以看 config.asm、config.h文件 ,对应的配置项结尾是否为1。

%define CONFIG_EQ_FILTER 1

 

 ./configure --enable-filter=yadif,eq --enable-avfilter --enable-gpl --prefix=./vs2017_ffplay

posted @ 2019-08-21 13:32  shushukui  阅读(392)  评论(0)    收藏  举报