Unknown encoder 'libx264'

后端 未结 3 2047
梦毁少年i
梦毁少年i 2020-12-07 10:14

I installed ffmpeg 0.8.9 on ubuntu11 by

./configure --enable-gpl --enable-nonfree --enable-pthreads --enable-libfaac --enable-libmp3lame --enable-l

3条回答
  •  隐瞒了意图╮
    2020-12-07 11:00

    I am using Ubuntu 11.04, and I also came across this error - Unknown encoder 'libx264'. Installing the package libavcodec-extra-53 resolved the problem.

    In Ubuntu 14.04 LTS the package that is needed is called libavcodec-extra-54 (and libav-tools)

提交回复
热议问题