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 ---------------------------------------------------------------------
I P 地 址: 3.143.168.172
区 域 位 置: 美国俄亥俄都柏林
系 统 信 息: 美国
Original content, please indicate the source:
同福客栈论坛 | 蟒蛇科普海南乡情论坛 | JiaYu Blog
sicnature ---------------------------------------------------------------------
Welcome to reprint. Please indicate the source https://www.myzhenai.com/post/1236.html

没有评论

发表回复

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