【发布时间】:2012-06-15 17:37:30
【问题描述】:
当我跑步时
ffmpeg -y -i test.mov -threads 8 -f webm -aspect 16:9 -vcodec libvpx -deinterlace -g 120 -level 216 -profile 0 -qmax 42 -qmin 10 -rc_buf_aggressivity 0.95 -vb 2M -acodec libvorbis -aq 90 -ac 2 OUTPUT_FILE.webm
它返回一个错误说Unknown encoder 'libvpx'
我通过 macports 安装了 libvpx、libvorbis、libogg 和 ffmpeg
【问题讨论】:
-
运行
ffmpeg -v并检查它是否使用--enable-libvpx构建。很可能您需要不同的构建或自己编译。 -
哦,没有libvpx,有没有用libvpx等构建的macport?