搜索资源列表
Hi_H.264_DEC_SDK_V2.1.0.3
- the hi_h264dec_w.exe is built base on the hi_h264sample.c and static libary of the decoder, the command format is as following: hi_h264dec_w.exe test.h264 [-o test.yuv] [-deinterlace] [-direct] [-enhance num] Notes: The first parameter is
JVT-C092_7
- about parsing file format h264
H264
- 实现媒体文件的RTP打包,内含RTP协议的说明文档-Implementation of the RTP media file package containing RTP protocol documentation
H264 Decode
- 提问,寻找哪儿有H.264解码器,询问如何从ffmpeg中提取H.264的解码器,询问 是否有VC下的工程,可以实现H.264的解码,……,为了满足这些朋友的要求, ffmpeg工程组成员“hust_xcl”特地从ffmpeg中提取出了H.264的解码器部分(H.264 的编码器有独立的工程:x264),并用VC++生成了工程文件,各位有需要的朋友 可以在本工程的基础上进行适当的修改,以满足自己的需求。-As
H264Decoder_YUVPlayer
- H264解码,直接运行将h264文件解码存为YUV文件,并且附队YUV播放器验证解码的正确性-H264 decoding directly run the h264 file decoding memory for the YUV file to verify the correctness of the decoding and the attached team YUV player
sample_venc
- 基于HI3516的视频编码程序,实现H264文件编码-HI3516-based video coding procedures, H264 file encoding
VideoEncode
- 低质量快速的H264编码,录屏保存为文件Demo(压缩包不包含ffmpeg库)。-Fast low-quality H264 encoding, saved as a file record screen Demo (compressed package does not contain ffmpeg library).
simplest_ffmpeg_player_2
- vc 利用 ffmpeg 和 sdl 实现的 h264文件 播放器(the H264 file player that uses ffmpeg and SDL In c++)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通