l try to installed ffmpeg in linux(SUSE). l was download ffmpeg-4.1.tar.bz2 and compile it with following command:
./configure --enable-shared --enable-gpl --enable-libx264 --prefix=/data/icbc/ffmpeg/ffmpegsetup
This command has downed, however when it running an issue was happened at the beginning: sed: invalid option -- 'E' .
问题1 :我不确定此问题是否会影响ffmpeg的工作。 l使用google搜索时,sed没有-E选项。 在Linux(SUSE)上安装ffmpeg之后,可以测试ffmpeg -verion,但是,当测试ffmpeg -i test.mp4 abc.avi时,它将显示以下问题: [AVFilterGraph @ 0xxxxxxxx]没有此类过滤器:“空” 问题2 :关于这个问题,您能给我什么建议吗?谢谢
附件是两个问题,请看一下。 Question 1 issue image