FFmpeg official website: http://www.ffmpeg.org
Website Introduction
FFmpeg is the leading multimedia framework, able to decode, encode, transcode, mux, demux, stream, filter and play pretty much anything that humans and machines has create D. It supports the most obscure ancient formats up to the cutting edge. No matter if they were designed by some standards Committee, the community or a corporation. It is also highly portable:ffmpeg compiles, runs, and passes our testing infrastructure Fateacross Linux, Mac OS X, Micro Soft Windows, the BSDs, Solaris, etc. Under a wide variety of build environments, machine architectures, and configuration S.
Download installation
- Download the latest source package and unzip it
$ wget http://ffmpeg.org/releases/ffmpeg-3.1.3.tar.bz2$ tar jxvf ffmpeg-3.1.3.tar.bz2
- Installing FFmpeg
cd ffmpeg-3.1.3$ ./configure
Installation Error
Reported a mistake, prompted
yasmNot installed
- Installing Yasm
$ yum install yasm
- Continue installing FFmpeg
$ ./configure$ make$ make install
- Installation Successful
$ ffmpeg
ffmpegthe input prints the relevant information, indicating that the installation was successful
Installation Successful
lancely
Links: http://www.jianshu.com/p/905df3d9e753
Source: Pinterest
Copyright belongs to the author. Commercial reprint please contact the author for authorization, non-commercial reprint please specify the source.
linux-Install ffmpeg