搜索资源列表
jm_pc
- 一个可以播放H264格式的视频播放器,没有源代码,仅供参考!
H264
- H.264的解码器 输出文件格式为yuv 开发工具Visual Studio 6.0 以上
H264播放器.rar
- 用来播放H264格式的视频文件,很方便
H264+RTP+发送和接收(PDF文档)
- H264+RTP+发送和接收(PDF文档)详细介绍H.264 RTP封装格式等
world's smallest h264 encoder
- 一个短小精悍的H264编码器,只有100多行,适合初学者理解码流中的参数格式
VideoPlay
- 利用DShow作成的播放控件,支持MPEG4,h264,h264等格式-DShow make use of the player controls, support MPEG4, ENG, ENG format
h.264解码器
- 一个媒体播放器,可以播放264格式的文件,是对H.264算法的软件实现。注意,本代码仅仅供学习实验使用-a media player that can play 264 files, the H.264 algorithm software implementation. Note that this code only for the use of experimental study
jm_pc
- 一个可以播放H264格式的视频播放器,没有源代码,仅供参考!-One can play H264 format video player, there is no source code, for reference purposes only!
H264
- H.264的解码器 输出文件格式为yuv 开发工具Visual Studio 6.0 以上-H.264 decoder output file format yuv development tools for Visual Studio 6.0 and above
H264Demo
- 播放h264格式的一个Demo,播放*.H264格式的文件。-H264 format player, a Demo, play*. H264 formats.
h264coretransform
- 实现了H264的核心转换功能,完成将原始视频数据转换成h264格式的视频。-The core implements H264 conversion to complete the original video data into h264 format for video.
s3c6410-h264-encode-ok
- 已产品化代码,用华恒S3C6410-R2开发板采集视频并压缩为H264格式,不带IDR帧,提供c源程序和MAKEFILE,头文件开发板配套资料有,使用时.c文件要改名为cam2fb.c-Product of the code has been used huaheng S3C6410-R2 development board acquisition and compression for the H264 video format, w
s3c6410-h264-IDR-encode-ok
- 这是上一个代码的优化,加了IDR帧编码,适合不稳定网络(如移动通信网),已产品化,基于华恒S3C6410-R2开发板采集视频并压缩为H264格式,带IDR帧,使用时.c文件要改名为cam2fb.c-This is a code optimization, plus the IDR fr a me coding for unstable networks (such as mobile communications network), h
VideoGet
- 该程序用C++ vc2005编写,可实现摄像头的视频采集和avi到h264格式的压缩转换并播放-The program written with C++ vc2005, enabling camera video capture and compression formats avi to h264 convert and play
H264
- H264语法,格式的相关介绍的好文档啊,看看绝对对开发264的人有帮助哦,欢迎下载-H264 syntax, format documents related presentations ah good to see 264 people on the development definitely help Well, welcome to download
H264Player(FFMPEG)
- 实现H264文件的解码,图像格式转换,从而实现H264格式文件播放,-H264 files to achieve the decoding, image format conversion, in order to achieve H264 format player,
rtpH264
- RTP解包NAL,H264格式,简单实用,实现了单个NAL单元包和FU_A分片单元包。对于丢包处理,采用简单的策略:丢弃随后的所有数据包,直到收到关键帧。-RTP unpack NAL, H264 format, simple and practical, to achieve a single NAL unit packets and fragmentation units FU_A package. For the packet l
H264.rar
- h264视频编码源码,能将图像压缩成h264格式,h264 video encoding source, can image compression h264 format
yuv420-h264
- yuv420视频转码h264格式,具体说明,请看压缩包自带的readme。在linux下编译运行。-Yuv420 video transcoding h264 format, details, please see the readme package. Compiler running under Linux.
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示,