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
Requirements: Remove HTTP response headers in IIS...
Table of contents 1. Download the tomcat code 2. ...
I am a beginner in SQL and thought that the insta...
Just 15 lines of CSS to crash your iPhone Securit...
This article shares the installation and configur...
A master once said that you should know the datab...
1. Please download the Busybox source code online...
Table of contents Primary key constraint Unique C...
structure body, head, html, title text abbr, acro...
Why do we need permission management? 1. Computer...
If you often use FTP server in your study or work...
Table of contents introduction Distinguish betwee...
I believe that students who have learned about th...
Create a database Right click - Create a new data...
Copy code The code is as follows: <iframe id=&...