搜索资源列表
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
EncodeYUV
- 用FFMEPG将YUV数据编码成H264,网上资料很少,贡献出来。-With FFMEPG the YUV data encoded into H264, little information online, contributed.
ffmpeg-2012-demo
- 将本地h264的码流转换成yuv格式的数据-The h264 the code circulation data replaced by yuv format
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
H264PlayThread
- h264播放器Demo,采用多线程,yuv与rgb的格式转换,-H264 player Demo, the use of multi threading, YUV and RGB format conversion,
live_beautiful_camera_streaming0.5
- 主要为opencv人脸的美化 人脸美化,我们用的皮肤检测,皮肤在颜色空间是特定的一个区域 检测到这个区域(感兴趣区域),完后对这个区域进行美化,就是滤波,主要是双边滤波和高斯滤波。 3.视频格式转换以及编码 处理好的矩阵颜色空间是rgb的,需要转换成yuv,yuv的颜色空间就是可以播放的,类似我们电视上面看的画面,编码就是传输时候需要发送流,只个流相当于针对数据的压缩,将yuv格式的视频帧编码成h264的格式 Rgb转换成yuv,opencv实现(美颜在这一步实现)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通