glamiop.blogg.se

Ubuntu install ffmpeg with vp9
Ubuntu install ffmpeg with vp9





ubuntu install ffmpeg with vp9

Sudo apt-get install libopenjpeg-dev libvorbis-dev libschroedinger-dev libvpx-dev libopus-dev # install these extra package dependencies: configure -prefix=/opt -enable-vp8 -enable-vp9 -enable-shared Sudo apt-get install yasm #install dependencies Sudo apt-get install yasm # install dependencies

ubuntu install ffmpeg with vp9

# strcasestr in case of any compilation error # comment out line 126 of faac-1.28/common/mp4v2/mpeg4ip.h Replace the number of CPU cores with “-jN” option of make. Git clone git:///ffmpeg.gitĪs I mentioned above, I was using /opt as the prefix. To use proper package config paths for both ffmpeg and vlc, one has to do export PKG_CONFIG_PATH or alternatively supply then to the configure script.Įxport PKG_CONFIG_PATH=/opt/lib/pkgconfigĭownloading the corresponding source code Instead of using the development pacakges provides by Debian, I was compiling and installing these libraries to /opt.

ubuntu install ffmpeg with vp9

Sudo apt-get install libfaad-dev libfaac-dev libx264-dev libvpx-dev libopus-dev To use the development libraries and headers given by Debian, one has to install the following packages, sudo is used to denote usage of root

ubuntu install ffmpeg with vp9

This is what I have done on Debian unstable.įor my purpose, I was compiling these codecs from source. I wanted to compile both to incorporate latest codecs, x264 and libvpx for video along with aac and libopus for audio. Both ffmpeg and vlc are two of the important applications in free software media processing.







Ubuntu install ffmpeg with vp9