HEVC开源编码器x265

时间:2016-10-09 05:20:53
【文件属性】:
文件名称:HEVC开源编码器x265
文件大小:11.51MB
文件格式:ZIP
更新时间:2016-10-09 05:20:53
HEVC X265 GPL 开源编码器 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

网友评论

  • 最重要的是给出了源码地址
  • 非常感谢分享!
  • 也可能是我不太会用,自己用没有成功,但不失为很好的参考资源,感谢提供!
  • 可惜不会用。。。
  • 这个是学习H265很好的资源,如果有详细的编译过程就更好了。
  • 按照作者的方法,总是不能正确生成,不知道什么原因
  • 想加入ffmpeg中,但是未能成功,不过也非常感谢
  • 最新的,不错
  • 好像不能用吧 我下的是HM9.0
  • 和x264解码器兼容么?
  • 最新的视频编码呀 可惜没找到解码器 灰心 。。
  • 资源很好,很难找到,谢谢分享