您的位置:首页 > 运维架构 > Linux

Linux编译FFmpeg支持x265(HEVC) 【failed on redhat 6.5】(updated)

2015-03-04 20:04 561 查看
follow steps from:
http://scateu.me/2014/03/06/compile-ffmpeg-on-linux-with-x264-and-x265-support.html

tar file from http://download.videolan.org/contrib/

安装x265

href="https://bitbucket.org/multicoreware/x265/wiki/Home" target=_blank>https://bitbucket.org/multicoreware/x265/wiki/Home
sudo apt-get install mercurial cmake cmake-curses-gui build-essential
# Note: if the packaged yasm is older than 1.2, you must download
yasm-1.2 and build it

hg clone https://bitbucket.org/multicoreware/x265 hg checkout 0.8
cd x265/build/linux
./make-Makefiles.bash
# 这里将 LOG_CU_STATISTICS 设置为ON,然后,按下“c”,实现configure,按下“q”退出
make
sudo make install
sudo ldconfig


update: (follow below steps may work)
http://blog.csdn.net/chenyangdream/article/details/42873605
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: