搜索资源列表
YuvJoin.rar
- 合并两个YUV文件的工具,对于开发视频编解码开发的同志非常的使用。,Merger of the two YUV files tools, for the development of video codec developed by the use of very comrades.
YUVviewer_src
- 此工程打开yuv文件,在视频编解码中,可以观察解码器解码后的YUV文件是否正确。-err
263project
- 263视频编码解码器 可以播放YUV视频文件,并将YUV格式转换为263格式-263 video codec can play YUV video files, and format of YUV format is converted to 263
imgformat
- 介绍 YUV 格式、 YUV 采样原理、YUV 视频解码和 RGB 格式之间进行转换。对YUV格式中的YCbCr 4:2:0、YCbCr 4:2:2、YCbCr 4:1:1和 YCbCr 4:4:4格式做详细说明-Introduction YUV format, YUV sampling theory, YUV video decoding and conversion between RGB format. On the YUV format YCbCr 4:2:0, YCbCr 4:2:2,
IJL_Test
- intel的jpg编码解码库,包含将yuv压缩为jpg的使用实例-jpg codec intel' s library, containing the yuv jpg compression to use examples
mpeg1-decode_lm2
- 本工程用c++实现mpeg1的解码,工程运行后就可以由文件夹中的mpg生成yuv文件-This project with c++ implementation mpeg1 decoding, run after the project folder can be generated in the yuv file mpg
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
H.263--encod-and-decod
- 使用H.63格式进行视频与音频的编辑。 \H.263编解码源代码 目录中存放的是H.263视频编码器和解码器的程序代码。 \播放工具 目录中存放的是用于播放YUV格式视频的工具。 \压缩视频 目录中存放的是笔者已压缩好了的263视频数据流文件。 \原始视频 目录中存放的是用于测试用的Demo视频,YUV格式。-Use of h.63 format for video and audio editing. \ h. 263 codec source code directory
decmjpegyuv
- 将MJPG解码成YUV文件,YUV文件可以用YUVviewerPlus.exe的UV12格式打开-JPEG files will be decoded into YUV, YUV files can be opened with the UV12 format YUVviewerPlus.exe
ldecod
- 国产视频编码解决方案——AVS2解码器的源码(视频部分),可将.avs文件解码为.yuv文件。-Domestic video coding solution- AVS2 decoder source (video part), the.Avs file can be decoded as.Yuv files.
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通