[FFmpeg-user] Latest GIT version doesn't compile with libvpx_vp9 encoder

DopeLabs dopelabs at dubstep.fm
Sun Oct 15 00:00:52 EEST 2017


i didnt think you would need to specify 

> --enable-encoder=libvpx_vp8
> --enable-encoder=libvpx_vp9

it has always worked for me using only 

--enable-libvpx

same goes for
>  --enable-encoder=libopus
> --enable-libopus

you only need

--enable-libopus


but i will also point out you have declared 

> --disable-encoders 

with no other arguments ..



> On Oct 14, 2017, at 12:31 42PM, ZikZak <zikzakfr at gmail.com> wrote:
> 
> Hello,
> 
> I freshly recompiled libvpx (for both VP8 and VP9) then FFMPEG and
> strangely the result only allows me libvpx_vp8 as encoder despite a
> configure with enable-encoder=libvpx_vp8 and enable-encoder=libvpx_vp9
> 
> vpxenc's help lists VP9 as a possible encoder
> 
> Configuration for libvpx:
> ./configure --disable-unit-tests --disable-docs --enable-vp8 --enable-vp9
> --enable-postproc --enable-vp9-postproc --enable-vp9-temporal-denoising
> --enable-runtime-cpu-detect
> 
> Configuration for ffmpeg:
> ./configure --enable-nonfree --disable-doc --enable-libvpx
> --prefix=/usr/local --disable-encoders --enable-encoder=libvpx_vp8
> --enable-encoder=libvpx_vp9 --disable-ffserver --enable-gpl
> --enable-encoder=png --enable-encoder=libopus --enable-encoder=webvtt
> --enable-libopus --enable-ffplay --enable-ffprobe
> 
> It is on an ARM platform, if it matters.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
> 
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".



More information about the ffmpeg-user mailing list