Red Hat 4.4.7-4,编译的FFmpeg3.4动态库,支持x265编解码
2023-07-11 10:20:57 11.84MB FFmpeg3.4 X265; linux
1
最新的x265库文件,64位的,包含头文件和执行文件,ffmpeg编h265需要的库文件
2023-04-05 14:50:08 1.03MB x265 h265 x265库文件
1
https://github.com/truedei/UPlayer 把build_source.tar.gz 解压到当前目录 最终是以下目录结构: ```shell (base) zhenghui@zh-pc:/data/project/Uplayer/UPlayer/build_source$ tree -d . ├── fdk-aac-2.0.2 │   ├── include │   │   └── fdk-aac │   └── lib │   └── pkgconfig ├── FFmpeg-n5.1.2 │   ├── bin │   ├── include │   │   ├── libavcodec │   │   ├── libavdevice │   │   ├── libavfilter │   │   ├── libavformat │   │   ├── libavutil │   │   ├── libpostproc │   │   ├── libswresample │   │   └── libswscale │   ├──
2022-12-05 10:26:37 56.49MB ffmpeg UPlayer
编译好的Windows x86版本的libx265,版本号:3.2.1+1-b5c86a64bbbe。 包括四种编译类型:Debug, Release, MinSizeRelease, ReleaseWithDebugInfo。每种编译类型都包含:libx265.dll libx265.lib,x265.exe,x265-static.lib四个文件,也包含x265.h,x265_config.h头文件,可以直接添加到工程调用。
2022-11-17 18:47:01 53.9MB HEVC H.265 X265
1
包含coder x264 x265 适用于ubuntu16.04 编译版本 4.3.2
2022-08-31 15:00:43 96.46MB ffmpeg x265 x264
1
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
最新版本的ffmpeg头文件,包含x265和X264,库文件和动态库文件,以及可执行文件,包含静态版本和动态版本,
2022-07-29 09:57:41 22.35MB ffmpeg x265 hevc x264
1
FFmpeg是一套可以用来记录、转换数字音频、视频,并能将其转化为流的开源计算机程序。它包括了目前领先的音/视频编码库libavcodec。 FFmpeg是在 Linux 下开发出来的,但它可以在包括 Windows 在内的大多数操作系统中编译。 x264、x265、fdk-acc是知名的开源视音频编码模块。 此资源已在linux(ubuntu和redhat)、Windows 7(64)使用MSYS2+MINGW成功编译,有问题可咨询。
2022-06-25 09:51:41 13.7MB ffmpeg-4.3.1 x264-2020081 x265_3.4 fdk-aac-2.0.1
1
最新x264源码,支持h265的编解码,压缩率高
2022-06-10 15:26:20 21.65MB x265 hecv h265 编码
1
可用于编译的x265源代码 2014-09
2022-06-10 14:40:17 11.51MB x265
1