Ubuntu system installation FFmpeg step

  

Many friends have a lot of problems when installing FFmpeg on Ubuntu system, or will not install FFmpeg tool, the following small series will be simple for FFmpeg installation on Ubuntu The introduction, if you will not install or fail to install, you can learn.

Before installing ffmpeg, we must first install yasm.

1.Install yasm

Use yasm-1.2.0.tar.gz version

tar xzvf yasm-1.2.0.tar.gz

# cd yasm-1.2.0

#./configure

Note: Do not use the prefix to specify the installation path!

#make

#make install

2. Install ffmpeg

The ffmpeg used is ffmpeg-0.10.2.tar.bz2 version

#tar xvfj ffmpeg-0.10.2.tar.bz2

#cd ffmpeg-0.10.2

#./configure

#make

#make install

At this point, ffmpeg has been installed.

The above is the introduction of Ubuntu FFmpeg installation method, it should be noted that the prefix specified installation path can not be easily used, or the installation may fail.

Copyright © Windows knowledge All Rights Reserved