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*
I found the mention of FFmpeg being used by many software for decoding, encoding, recording, and converting to be quite insightful. I wasn’t aware of its widespread use as a plugin.
https://gpt-image2.art