搜索资源列表
foreman.qcif
- foreman.yuv,典型的视频测试序列之一,做视频编解码测试时需要用到-foreman.yuv typical video test sequence, so video codec tests necessary to use
YUVDiff
- Haskell 代码。 对于 YUV 420 的图象,比较两个图象文件的差别像素,以宏块的方式表现。 我本人主要将之用于 H264 编解码器的 deblock 过程的测试辅助定位。 很容易扩展为 YUV422 或 444 格式的图象。 更详细用法见程序内的帮助。-Haskell code. YUV 420 for the images to compare the differences between image pixels, macro bl
xviddecode
- 基于VC的MPEG4解码程序 解码输出为yuv格式的文件 可以用yuv视图工具来看
h264dec
- h264的解码源程序,h264文件解码成yuv视频序列-h264 decoder,decode the h264 file to yuv video series
YuvJoin.rar
- 合并两个YUV文件的工具,对于开发视频编解码开发的同志非常的使用。,Merger of the two YUV files tools, for the development of video codec developed by the use of very comrades.
YUVviewer.rar
- yuv视频播放,用于视频编解码器的研究,简单,好用,yuv viewer,play yuv form streams,useful,helpful!!
mpeg2dec_executable
- mpeg2dec说明: 四个项目: libmpeg2:是解码的核心, 单独编译该项即可生成器调用库libmpeg2.lib,将其库及mpeg2.h 拷贝到其它工程里头,即可调用其解码库 libmpeg2convert: 是YUV与RGB之间的格式转换 libvo: 是解码后的播放 mpeg2dec:是解码的环境,相当于一个libmpeg2调用的一个例子-mpeg2dec Descr iption: The four projects: libmpeg2: the
YUVviewer_src
- 此工程打开yuv文件,在视频编解码中,可以观察解码器解码后的YUV文件是否正确。-err
H264Visa
- 软件。H.264视频解码后用该软件载入解码后的重建帧H.264_rec.yuv后可以看宏块采用的帧内,帧间预测模式,运动适量,残差等参数。-Software. H.264 video decoder after loading the software decoder frame reconstruction can be seen H.264_rec.yuv after the adoption of Intra macroblock, inter-frame prediction mode,
Offset_Calculator
- :此源码主要用于解码后视频源的质量评估方法,研究视频编码的朋友强烈建议一载此源码-Calculates the video offset distortion from two raw YUV 4:2:0 sequences and prints the results into a file. The output format is CSV for easy use in spreadsheet applications.
263project
- 263视频编码解码器 可以播放YUV视频文件,并将YUV格式转换为263格式-263 video codec can play YUV video files, and format of YUV format is converted to 263
shader
- 使用shader解码yuv数据 环境vc++ OpenGL-using shader uncode yuv data environment vc++ OpenGL
JMdecode
- h,264格式的视频文件解码器,可以解码成.yuv格式的视频文件-h, 264 format video files decoder can decode into. yuv format video files
YUVPlayer1.2
- 本程序主要四大功能特点: 1、继承了 YUVViewer 可以同时打开多窗口的特点; 2、继承了 Elecard YUV Viewer 可以进行两幅图像对比的特点; 3、增加了宏块信息显示功能; 4、增加了两图对比时同步帧跳转功能: 例如对于错误码流,不同的错误隐藏算法可能造成解码序列长度不同,这时要比较两个序列就很不方便。而该功能正是为了解决这个问题,即以另一序列的显示图像为标准,在当前序列中寻找与其完全相同的图像。 -Four main features
YUVcoderanddecoder
- 实现对YUV文件的编码和解码功能,DCT,量化,扫描,编码,然后在经过相反的过程,最终实现编码和解码功能。-Implementation of the YUV file encoding and decoding, DCT, quantization, scanning, coding, and then through the opposite process, the ultimate realization of encoding and decoding.
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
deloler__Yuv__yuv
- yuv解码器 很不错 Yuv decoder is very good-Yuv decoder good yuv decoder is very good
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通