x265 (HEVC编码器,基于x264) 介绍

x265要出来了。简单翻译了一下项目网站首页的介绍。




x265是一个开源项目,是一个将视频编码为h.265/高效率的视频编码(HEVC)格式的免费的库,在GNU GPL条款下发布。
它的源代码是免费提供个人或私人使用的。

项目目标
基于x264编码器(公认的最高质量的H.264编码器的实现)创造世界上最好的HEVC(h.265)视频编码器

-在任何给定的比特率提供尽可能高的视频质量
-在给定质量水平的情况下提供最低的比特率
提供世界上最高效的HEVC编码器
-在任何硬件配置上提供最高的编码和解码速度
-实时编码的时候拥有最低的资源利用率
提供业界领先特性和开发支持
尽可能采用来自开源社区和业界领先的网络视频服务商,软件开发商,视频硬件和软件开发商,半导体厂商和学术机构的成果。
-免费供个人或内部使用
-对于商业用户来说,与其他专有的HEVC编码器相比有更低的成本

参与!
开发者可以访问源代码和作出贡献
x265论坛(即将推出)将提供讨论和合作的机会
学术研究和标准可以发送到我们的技术团队(连接到正确的联系信息)
x265接受商业资金资助。如果你的公司想赞助世界上最强大的HEVC编码器请联系我们

商业许可的问题,请与我们联系(licensing@x265.com)


项目首页:http://x265.org/



  • 7
    点赞
  • 5
    收藏
    觉得还不错? 一键收藏
  • 4
    评论
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
评论 4
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值