1. Install ffmpeg under centos linux 1. Download and decompress wget http://www.ffmpeg.org/releases/ffmpeg-3.1.tar.gz tar -zxvf ffmpeg-3.1.tar.gz 2. Enter the unzipped directory and enter the following command /usr/local/ffmpeg to specify the installation directory for yourself cd ffmpeg-3.1 ./configure --prefix=/usr/local/ffmpeg make && make install 3. Configuration variables vi /etc/profile Add the environment variable PATH at the end: export PATH=$PATH:/usr/local/ffmpeg/bin Save and exit to see if source /ect/profile settings are effective 4. Check the version ffmpeg -version View version Notice: If the following errors occur during installation:
Need to install yasm wget http://www.tortall.net/projects/yasm/releases/yasm-1.3.0.tar.gz tar -zxvf yasm-1.3.0.tar.gz cd yasm-1.3.0 ./configure make && make install 2. Install ffmpeg on Debian 1. Edit /etc/apt/sources.list and add deb http://www.deb-multimedia.org jessie main 2. Install ffmpeg sudo apt-get update sudo apt-get install deb-multimedia-keyring sudo apt-get install ffmpeg This is the end of this detailed tutorial on how to install ffmpeg under linux. For more information about installing ffmpeg under linux, please search for previous articles on 123WORDPRESS.COM or continue to browse the following related articles. I hope you will support 123WORDPRESS.COM in the future! You may also be interested in:
|
<<: How to verify whether MySQL is installed successfully
>>: How to set mysql to case insensitive
New features in MySQL 8.0 include: Full out-of-th...
width: auto The child element (including content+...
<br />This section introduces how to impleme...
Table of contents specification a. The page file ...
When using MySQL, dates are generally stored in f...
Container auto-start Docker provides a restart po...
<input> is used to collect user information ...
1. Installation Environment Computer model: Lenov...
Preface In MySQL, both Innodb and MyIsam use B+ t...
First time using docker to package and deploy ima...
This article example shares the specific code of ...
Lists are used to list a series of similar or rela...
In this article, we will need to learn how to vie...
I won't say much nonsense, let's just loo...
Table of contents Difference between char and var...