Linux安装FFmpeg的方法

2013年08月10日

FFmpeg是一款优秀的播放器解码插件,可以跨平台,有不同平台的版本,对于解码,编码和录制以及转换作用的很多的软件都是使用FFmpeg的插件来实现的.
FFmpeg:https://www.ffmpeg.org/download.html
安装方法:

#wget https://www.ffmpeg.org/releases/ffmpeg-2.0.tar.gz
#tar -xzvf ffmpeg-2.0.tar.gz
#cd ffmpeg-2.0
#./configure
#make
#make install

 

或者安装其他方的源文件来使用yum方式安装.例如rpmforge-release的源.
https://www.myzhenai.com/thread-15767-1-1.html https://www.myzhenai.com/thread-15362-1-1.html https://www.myzhenai.com.cn/post/1234.html

#yum install ffmpeg*

 


sicnature ---------------------------------------------------------------------
Your current IP address is: 44.200.145.223
Your IP address location: 美国弗吉尼亚阿什本 亚马逊云
Your IP address country and region: 美国 美国
Your current browser is:
Your current system is:
Original content, please indicate the source:
同福客栈论坛 | 蟒蛇科普海南乡情论坛 | JiaYu Blog
sicnature ---------------------------------------------------------------------
Welcome to reprint. Please indicate the source http://www.myzhenai.com/post/1236.html

没有评论

发表回复

您的电子邮箱地址不会被公开。 必填项已用*标注