搜索资源列表
x264-snapshot-20091006-2245
- 视频编码x264最新源码,版本20091006-2245。在vs2008下可以顺利编译。修正了原来log2f link错误。 编译后可以直接生成行x264.exe和libx264.lib,用于二次开发。
X264编译好的libx264-119.lib以2010测试工程
- X264编译好的libx264-119.lib以2010测试工程。-X264 compiled libx264-119.lib VS2010 test project.
x264Filter_src.zip
- 采用开源X264写成DirectShow的视频编码Filter,DirectShow written using open source x264 video encoding Filter
AnyChatCoreSDK_V2.9
- 一个视频聊天软件,可实现声音和视频传送,并且能对声音、视频画质进行调节。-A video chat software, enabling voice and video transmission, and can sound, video quality adjustment.
x264-snapshot-20090407-2245
- x264最新源码,在visual studio 2005下编译通过,可得到x264.exe和libx264.lib文件。-the latest x264 source code in visual studio 2005 compiler under the adopted document can be x264.exe and libx264.lib.
libx264console
- 使用libx264.lib中的函数进行x264编码,从文件中提取每一帧,逐帧分别编码,写入到输出文件-The function uses libx264.lib x264 encoded files extracted from each frame, frame by frame coding, respectively, to write to output file
nasm-2.03.01-win32
- 插件,学习X.264使用VC++6.0的时候,需要配置环境,用到这个插件-Plug-in, the use of X.264 learning VC++ 6.0, the need to configure your environment to use this plug-in
ffmpeg-checkout-2008-11-26
- ffmpeg算法源代码
libx264
- libX264 purebasic lib
x264-060805-vc6
- 我亲自注解的vc6可编译的x264源码,非常详细啊。 编译需要安装一些附加的东西: 1、下载vc6工程的x264源码 。 打开D:\x264-060805\build\win32\libx264.dsw进入VC6简体中文企业版,此时编译,会出现很多错误,需要做以下的各种工作: 2、下载并安装Service Pack 5 for Visual Studio 6        (vs6sp5.exe    130 MB )
PeterLee
- 对应x264版本: x264 2005. 20 实现: build\win32\:libx264.lib和x264.exe对应的工程编译成功,并对x264.exe进行了调试验证OK vfw\build\win32\:x264vfw.dll对应的工程编译成功-Corresponds to the version of x264: x264 2005.05.20 achieve: build \ win32 \: libx264.lib and x264.exe correspond
TspE6pB5p81pE5pB0p81pE8pA3p85
- 该程序将h264数据封装成ts格式。工程为VS2008。下面包含3个库libH264Encoder、libTsMux、libx264。 对于TS新手,有很大帮助,3个库都有源码。-The program will encapsulate the data into a ts h264 format. Works for VS2008. The following contains three libraries libH264Encoder, libTsMux, libx264.
mpg_bmp
- 通过FFmpeg将多媒体文件解码后保存成Bmp图像,FFmpeg使用的是LibX264-114.dll -FFmpeg will decode multimedia files saved as Bmp image, use the FFmpeg the LibX264-114.dll
last_x264.tar.bz2
- libx264官方源码,开发流媒体时的必备-libx264 sourcecode
X264_For_ARM
- 里面包括一个X264源码包,和一个为ARM编译好的包,里面libx264.a静态链接库很重要-Which includes a X264 source package, and a compiled package for the ARM, the inside libx264.a static link library is very important
libx264
- iOS libx264 静态库 armv7 armv7s ios7真机测试通过-iOS libx264 static library armv7 armv7s ios7 real test by
为mini2440 Linux编译的X264用于H264编码
- 里面包括一个X264源码包,和一个为ARM编译好的包,里面libx264.a静态链接库很重要
1
- 本程序可以YUV格式的像素数据编码为H.264码流,是最简单的基于libx264的视频编码器-This procedure can YUV pixel data coding format for H.264 stream, is based on the simplest of the video encoder libx264
libx264
- x264视频编码静态库,对H264视频编码有一定的帮助。-X264 video encoding static library, the H264 video encoding has some help.
simplest_encoder
- 该解决方案包含了几个常见的编码器的使用示例: simplest_vpx_encoder:最简单的基于libvpx的视频编码器 simplest_x264_encoder:最简单的基于libx264的视频编码器 simplest_x265_encoder:最简单的基于libx265的视频编码器-This solutions contains examples about video encoders: simplest_vpx_encoder: simplest encoder b