[FFmpeg-user] Unknown decoder 'libvpx-vp9'

Moritz Barsnick barsnick at gmx.net
Fri Feb 8 00:34:32 EET 2019


On Thu, Feb 07, 2019 at 13:58:20 -0800, Ronnie Roller wrote:
> Any idea how to get the libvpx-vp9 decoder enabled?
> 
> Here's how I built:
> 
> cd libvpx-1.8.0 && \

This is new enough, according to ./configure. (It checks for >=
1.4.0. I use 1.5.x and get the encoder libvpx-vp9.)

> ./configure \
>     --enable-gpl \
>     --enable-libx264 \
>     --enable-libx265 \
>     --enable-libwebp \
>     --enable-librsvg \
>     --enable-libvorbis \
>     --enable-libvpx \
>     --disable-network && \

You should have a look at config.log. Search for vp9 and try to figure
out whether vp9 support was actually enabled.

Moritz


More information about the ffmpeg-user mailing list