cente os 6 LINUX下编译ffmpeg-x264 1.汇编编译器 tar xzvf yasm-1.2.0.tar.gz cd yasm-0.6.0 ./configure --prefix=/usr/local/yasm make make install 2.x264编译 tar jxfz last_x264.tar.bz2 ./configure --prefix=/usr/local/yasm make make install cp libx264.a /usr/lib c
一、centos linux下安装ffmpeg
1、下载解压
wget http://www.ffmpeg.org/releases/ffmpeg-3.1.tar.gz
tar -zxvf ffmpeg-3.1.tar.gz
2、 进入解压后目录,输入如下命令/usr/local/ffmpeg为自己指定的安装目录
cd ffmpeg-3.1
./configure --prefix=/usr/local/ffmpeg
make && make install
3、配置变量
vi /etc