Skip to content
Xiaogang Li edited this page Oct 11, 2022 · 3 revisions
$ 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
  • Install VLC
$ apt build-dep vlc
$ git clone https://code.videolan.org/videolan/vlc.git
$ cd vlc
$ ./bootstrap
$ ./configure
$ make
  • Run following command to check it
$ vlc --list | grep avcodec