搜索资源列表
h264-encoded-source.h264编码源程序
- h264编码源程序-将yuv视频序列编码为h264文件-h264 encoded source- the yuv video sequence coding for the h264 file
h264.rar
- H.264编解码器源码,已在vc6 vc7 linux下编译通过,另有DM642工程文件,可供h264编解码学习参考,H.264 source codecs have been compiled under vc6 vc7 linux adoption, and another DM642 project file for reference learning h264 codec
264tomp4
- 把h.264的视频文件,转换成MP4格式的通用文件-The h.264 video files into MP4 file format common
x264_encoder_src
- 利用库文件实现的x264编码filter,使用前用regsvr32先注册一下,注册时,注意路径要正确,对研究264编码很有帮助。-Library file to use the x264 encoding implementation filter, use regsvr32 to register before you, register, pay attention to the path to be correct, the study of 264 coding helpful.
ProcRTSP
- 通过rtsp协议获取音视频码流,并解析rtp包成保存成h264文件。-Rtsp protocol for audio and video streams, and resolve the rtp package to save h264 file.
MsysForFfmpegCompile
- 在Windows下安装虚拟Linux编译环境MSYS&minGW(例如MSYS-1.0.11-2004.04.30-1.exe)过后,将此文件解压覆盖安装目录,运行msys后执行./configure --enable-shared --disable-static --enable-memalign-hack --enable-a52 --enable-dts --enable-faac --enable-faad --enable-x264 --enable-libogg --enable-
vc6_h264_codecs_src
- vc6下h.264编码、解码源代码,含vc6工程文件及编解码源程序 -vc6 under h.264 encoding, decoding the source code with vc6 project file and source codec
3GPFileDecoder
- MP4/3GP文件解析,支持H264,学习MP4/3GP文件结构很好的参考代码-MP4/3GP file parsing, support for H264, to study the file structure MP4/3GP a good reference source
Ffmpeg H264 Decoder Lib
- 本解码库以ffmpeg为参考模型,针对不同档次的H.264码流进行了修正,解码核心部分进行了相应的MMX优化。 整个解码过程分3个步骤进行,只需要按顺序调用头文件里描述的初始化、处理、释放这三个函数即可。 解码得到的图像数据为YUV,该工程将YUV转换为RGB,直接显示,省去了解码后,还需要借助YUVViewer等工具打开YUV文件的步骤,更加的方便快捷。 支持各个档次的H.264码流解码,将H.264码流放在H264Test目录下即可。 编译平台:VC6.0,VC200
rmlibflvdemux.tar
- 精简FFMpeg,只要20个文件,可以解复用FLV文件,生成H.264/AAC文件-Streamline FFMpeg, as long as 20 files, FLV files can demultiplexing generate H.264/AAC file
SERVER
- H264文件发送程序 涉及多线程编程等-H264 file send program involves multi-threaded programming and so on. .
H264
- 基于h264编码格式的视频文件的编解码的源代码-h264 codec video file formats
H264Server
- H264文件使用H264封装,打成RTP包传输的Server端源码,可配合VLC使用-Server-side source code H264 file using the H264 package labeled RTP packet transmission, with the VLC use
ffmpeg_yuv-0.11.1
- convert from h264 file to yuv
Mp4-h264-file-view
- Mp4,h264文件查看器0.1.3B源码-Mp4,h264 file view
X264Encoder
- h264 encoder 一个基于x264编码库与ffmpeg库,的简单封装h264编码接口-encode yuv file to h264 file
H264Player(for-linux)
- 基于linux的解码h264或者mpeg4的播放库编程,linux的使用demo-a player can decode h264 file based on linux
h264
- ITU-T H.264建议书(中文版),对于学习者可以参考。我自己也没太明白,还在努力学习中-h.264pdf file, the learner can refer to. I did not quite understand, I am still trying to learn
h264toavi
- 该工程是将H264裸码流的文件转存AVI文件-H264 file TO AVI file
simplest_mediadata_test
- * 本项目包含如下几种视音频测试示例: * (1)像素数据处理程序。包含RGB和YUV像素格式处理的函数。 * (2)音频采样数据处理程序。包含PCM音频采样格式处理的函数。 * (3)H.264码流分析程序。可以分离并解析NALU。 * (4)AAC码流分析程序。可以分离并解析ADTS帧。 * (5)FLV封装格式分析程序。可以将FLV中的MP3音频码流分离出来。 * (6)UDP-RTP协议分析程序。可以将分析UDP/RTP/MPEG-TS数据包。(* T