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
2022-08-18 09:36:13 11.51MB HEVC X265 GPL 开源编码器
1
HEVC标准测试序列下载
2022-08-14 09:07:54 141B HEVC序列下载
1
最新版本的ffmpeg头文件,包含x265和X264,库文件和动态库文件,以及可执行文件,包含静态版本和动态版本,
2022-07-29 09:57:41 22.35MB ffmpeg x265 hevc x264
1
High Efficiency Video Coding Algorithms and Architectures,很多大牛一起写的HEVC书籍
2022-07-22 17:10:54 10.84MB HEVC 视频编码
1
開源的 HEVC 編碼器 主要發展目標是:接近HM的編碼效率 易於移植到各種平台 實時編碼速度 優化的計算和內存資源 有據可查的源代碼 建議在 MinGW 環境中使用 Clang 而不是 GCC。 附加要求:SDL2, SDL2-ttf。 必須將目錄visualizer_extras添加到與 kvazaar 項目目錄相同的目錄級別。裡面應該是目錄include,lib可以從開發庫 zip 包中找到。 SDL2.dll, SDL2_ttf.dll, libfreetype-6.dll, 和運行可視化工具zlib1.dll時應放在工作目錄(即kvazaar.exe編譯kvazaar_cli項目/解決方案後所在的文件夾)中。所需文件.dll可在上述lib文件夾 ( lib\x64) 中找到。 注意:該解決方案應在 Visual Studio 中的 x64 平台上編譯。 如果使用塊信息工具,則可選字體文件arial.ttf將放置在工作目錄中。
2022-07-20 16:05:44 796KB HEVC編碼器 程序優化
1
實時開源HEVC視頻編碼器源代碼 HOMER (Hevc Open Mpeg EncodeR) 是一個開源的 HEVC 編碼器,用於將 YUV420 視頻序列編碼為新的 HEVC(H.265) 流格式 主要目標方面為發展:易於定制和便攜且多平台(目前在 Windows 和 Linux 中測試)。 特徵: 當前功能 8 位深度。 內部和基線配置文件(I 和 P 圖像與 1 個參考圖像)。 所有幀內預測模式。 2Nx2N 和 NxN 幀間預測模式。 半像素和四分之一像素精度運動估計。 所有預測大小 (64,32,16,8,4)。 所有變換大小 (32,16,8,4)。 固定 QP、CBR(恆定比特率)和 VBR(可變比特率)。 去塊過濾器。 SAO(樣本自適應偏移)。 基於 Wpp 和 Frame 的並行化以實現大規模並行 啟用符號隱藏位。 內部 RDO。 內部快速RD。 優化(SSE42): 幀內預測生成。 運動估計。 國際預測。 幀內預測。 重建。
2022-07-20 16:05:42 258KB HEVC視頻編碼器 源代碼
1
在高效视频编码(HEVC)中,SKIP.mode是一种高效的帧间预测工具,具有较高的编码性能,较低的复杂度。 本文提出了一种早期的SKIP.mode决策算法来加速编码过程。 以SKIP模式的速率失真成本(RD-cost)作为决策标准。 采用非参数密度估计方案将SKIP RD成本分布空间划分为高区分区域(HDR)和低区分区域(LDR)。 对于给定的编码单位(CU),如果SKIP RDcost。落入HDR,则将SKIP模式直接选择为最佳模式。 如果RD成本映射到LDR,则采用贝叶斯风险最小化规则来确保RD性能。 统计参数根据不同的QP和CU深度进行更新。 实验结果表明,所提出的算法可以减少47%的编码时间,而平均仅增加BD-bitrate的0.34%。
2022-07-20 15:36:17 1.79MB inter prediction SKIP mode
1
关于HEVC帧内预测快速模式选择算法的研究.pdf
2022-07-11 09:11:36 4.85MB 文档资料
消除帧内误差传播的HEVC可逆水印算法.pdf
2022-07-10 09:14:12 1.59MB 文档资料
微信至强HEVC(H265)视频压缩软件ShanaEncoder4.8中文版
2022-06-09 22:03:04 74.93MB 微信至强HEVC(H265)视频
1