开发者

ffmpeg: execute with more options

开发者 https://www.devze.com 2023-01-19 04:29 出处:网络
I installed FFMPEG using apt-get. It comes by default compiled with some options: configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads

I installed FFMPEG using apt-get. It comes by default compiled with some options:

configuration: --enable-gpl --enable-pp --enable-swscaler --enable-pthreads
      --enable-libvorbis --enable-libtheora --enable-libogg --enable-libgsm
      --enable-dc1394 --disable-debug --enable-shared --prefix=/usr

How can I execute it and add more options without recompiling it开发者_开发技巧? I'm looking for a way to execute including the option: -enable libspeex1.


You don't. Changing those options requires recompiling.

0

精彩评论

暂无评论...
验证码 换一张
取 消