码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2015-03-05 07:01:27      阅读:216      评论:0      收藏:0      [点我收藏+]

标签:265


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

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


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

标签:265

原文地址:http://nicwon.blog.51cto.com/9926038/1617341

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!