We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
$ git clone https://git.ffmpeg.org/ffmpeg.git $ cd ffmpeg $ ./configure --enable-gpl --enable-postproc --prefix=/path/to/ --enable-shared --enable-vaapi $ make $ make install
$ apt build-dep vlc $ git clone https://code.videolan.org/videolan/vlc.git $ cd vlc $ ./bootstrap $ ./configure $ make
$ vlc --list | grep avcodec
Home