Hello, I do that to only allow some encoders. I do not need more than VP9 for the video, I added VP8 to check and the result is FFMPEG containing libvpx_vp8 only. I noticed the issue when my command line failted about some parameters used by VP9 (tile-columns), though vpxenc (from libvpx) is able to encode VP9.
On 14 October 2017 at 23:00, DopeLabs <[email protected]> wrote: > 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 <[email protected]> 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 > > [email protected] > > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > > > To unsubscribe, visit link above, or email > > [email protected] with subject "unsubscribe". > > _______________________________________________ > ffmpeg-user mailing list > [email protected] > http://ffmpeg.org/mailman/listinfo/ffmpeg-user > > To unsubscribe, visit link above, or email > [email protected] with subject "unsubscribe". _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
