安装和配置x265



        研究了这么久的HEVC Test Model(HM),相信大家对x265开源代码的实现与框架早就充满了好奇,接下来的日子,我将把自己入手学习与探索“x265开源代码的实现与框架”的过程记录下来,与大家共同进步学习。


1x265下载地址与参考资料



x265的官网为: http://x265.org/

x265下载地址: https://bitbucket.org/multicoreware/x265/downloads

或 http://ftp.videolan.org/pub/videolan/x265/

或 https://bitbucket.org/multicoreware/x265/src

x265 Documentation: http://x265.readthedocs.org/en/default/


2、x265安装与配置


(注:以下步骤所采用的平台是:Win7 32 bit PC、VS2010)


Step1:将x265开源代码下载下来;

(网址:http://download.csdn.net/detail/frd2009041510/9385441



Step2:下载Cmake(尽量采用高版本);

(网址:https://cmake.org/download/



Step3:下载YASM(后续可能会用到。。。。);

(地址:http://download.csdn.net/detail/frd2009041510/9385752

下载后只需将“vsyasm.exe”放在:C:\Program Files\Microsoft Visual Studio 10.0\VC\bin即可。



Step4:编译x265。

        具体步骤如下:

(1)、进入你的Cmake软件安装包“...\cmake-3.4.1-win32-x86\bin”,双击cmake-gui.exe,出现如下界面;



2)、选择源码地址与binaries地址,分别为:..\x265_1.8\source...x265_1.8\build\vc10-x86(第二个地址要根据采用的平台选择,我这儿采用的是32PCVS2010),如下图所示;


3)、点击Configure,出现项目编译器平台选择(根据自己的平台进行选择),如下图;


4)、点击Configure,完成后界面如下,说明成功;


5)、点击Generate,界面变为如下图所示说明成功;



此时进入“...\x265_1.8\build\vc10-x86”,发现多出了很多东西就对了,如下图所示。


3、“...\x265_1.8\build\vc10-x86”内容变化


最后,给出“...\x265_1.8\build\vc10-x86”文件夹中的内容在整个过程中的变化:

(1)、原始内容



(2)、“Configure”后

3)、“Generate”后



  • 1
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
Open Source (GPL) H.265/HEVC video encoder 下载网址:https://bitbucket.org/multicoreware/x265/src x265 developer wiki To compile x265 you must first install Mercurial (or TortoiseHg on Windows) and CMake. Then follow these easy steps: (for the most definitive instructions, consult our build README) Linux Instructions # ubuntu packages: $ sudo apt-get install mercurial cmake cmake-curses-gui build-essential yasm # 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 $ cd x265/build/linux $ ./make-Makefiles.bash $ make Windows (Visual Studio) Instructions $ hg clone https://bitbucket.org/multicoreware/x265 Then run make-solutions.bat in the build\ folder that corresponds to your favorite compiler, configure your build options, click 'configure', click 'generate', then close cmake-gui. You will be rewarded with an x265.sln file. Also see cmake documentation. Intel Compiler Instructions On Windows, you should open an Intel Compiler command prompt and within it run one of the make-makefiles.bat scripts in build/icl32 or build/icl64, then run nmake. On Linux, you can tell cmake to build Makefiles for icpc directly. This requires you to have configured Intel's compiler environment (by sourcing the appropriate shell script). For example: $ source /opt/intel/composer_xe_2013/bin/compilervars.sh intel64 $ cd repos/x265/build/linux $ export CXX=icpc $ export CC=icc $ ./make-Makefiles $ make Command line interface The Makefile/solution builds a static encoder.lib library and a standalone x265 executable that aims to be similar to x264 in its command line interface. Running without arguments shows you the command line help. Info Mission Statement Road Map TODO HOWTO add a new encoder performance primitive HOWTO Contribute patches to x265 HOWTO cross compile from Linux to Windows Coding Style Helpful links
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值