搜索资源列表
yuvjpg
- yuv与jpg文件转换优良中发-YUV jpg file conversion and fine were made
800131IppMpeg4Enc
- 在文件stefan.par中输入必要的参数,只需要文件名称。一般需要一个yuv文件。然后就可以进行ipp mepg4 的快速编码,效率很高。另外,你必须安装intel的ipp库-the document stefan.par the necessary input parameters, need only file names. General needs a YUV document. Then you can ipp mepg4 rapid coding, high efficiency.
decomposeYUV
- 这个程序是实现对YUV序列进行分解的小程序,先打开一个待分解的YUV测试视频序列,然后选择文件类型,有Sub-QCIF,QCIF,CIF,4CIF四种类型,然后填写需要分解为Y、U、V分量的前多少帧序列,最后点击分解,就会完成把序列分解为各个分量-this procedure is right YUV sequence decomposition of small programs, a question to open the decomposition YUV video test sequ
rgb2yuvdlg
- 一个简单的把bmp 文件格式转为seg和yuv的程序-put a simple bmp file format to seg and the procedures yuv
bmpzyuv
- BMP转4:2:0YUV,考虑了YUV的图象存储方式 位图文件大小为210*150-BMP to 4:2:0 YUV, consider the YUV images stored in such a manner as bitmap file size of 210 * 150
yuv_chip
- 把YUV,CIF,YUV420格式的视频图像分解成单个图像文件-put YUV, CIF, YUV420 format video image is decomposed into a single image file
rm52c
- 中国自主开发的音视频标准AVS中的视频编解码参考程序。版本为rm(reference model)52c。在Visual C++ 6里能编译通过,正确执行。可以把yuv视频源文件压缩成avs文件,也可以把avs解压缩成yuv。-China's independent development of the audio-video standard of AVS Video decoder reference program. Version rm (reference model) 52c
avi2yuv
- convert avi to yuv , very convenient for media file converter
h264dec
- h264的解码源程序,h264文件解码成yuv视频序列-h264 decoder,decode the h264 file to yuv video series
h264enc
- h264编码源程序,将yuv视频序列编码为h264文件-h264 encoder,encode yuv video series to h264 file
h264-encoded-source.h264编码源程序
- h264编码源程序-将yuv视频序列编码为h264文件-h264 encoded source- the yuv video sequence coding for the h264 file
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
yuvtools_peterlee
- 李世平老师整理的最新版YUV工具包。收集了常用的视频(图形)文件处理工具,方便视频开发人员,特别是视频编码研究者,这些小工具将是不可多得的助手,该软件包由“Peter Lee”整理并发布,特此感谢。-Li Shiping teachers finishing the latest version of YUV Toolkit. Collection of commonly used video (graphics) file handle tool to facilitate video dev
yuvread
- 利用c++实现的读取yuv文件并且单独存储Y U V信号的工程,程序易懂带注释,可以直接运行查看结果-Using c++ implementation file and a separate storage read yuv YUV signal engineering, program easy to understand with comments, can be run directly see the results
bin2c
- 将image文件转为HEX码,输出一个自定义结构体的头文件,可用来转换yuv格式的点阵字库图片,获取yuv点阵字库的结构体,叠加到osd显示-The image file into HEX code and outputs a header file of the self-defined structure that can be used to convert yuv format dot-matrix font picture for yuv dot matrix character st
splitYUV_even_odd
- split yuv file into odd and even frames
yuvReader1
- matlab本来不能读取yuv文件,此程序保存并转换位为RGB格式(Read '.yuv' file type and translate it to RGB form.)
[37]Scraper Color test TFT 3.2inch
- File Upload For active Text
YCbCr2RGB
- 读入YUV文件一帧图像数据,转换为RGB并显示各分量(Read a frame of image data from a YUV file, convert it to RGB and display the components)
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通