文件名称:MPEG-2视频编解码源代码(VC版)
文件大小:343KB
文件格式:RAR
更新时间:2015-06-07 08:15:05
MPEG-2 视频 编解码 源代码 VC
MPEG-2视频编解码源代码 This directory contains our implementation of an ISO/IEC DIS 13818-2 codec. It converts uncompressed video frames into MPEG-1 and MPEG-2 video coded bitstream sequences, and vice versa. The files mpeg2enc.doc and mpeg2dec.doc in the doc/ directory contain further information about the codec. The directory verify/ contains a small set of verification pictures, a small bitstream, and Unix shell script to automatically test the output of the encoder and decoder. A precompiled version of the programs for Win32s (Windows NT/95) will be made available later date, although it is trivial to make a console application from the encoder and decoder with most Win32s compilers (such as Microsoft Visual C++). Subdirectories src/mpeg2enc and src/mpeg2dec contain the source code for the encoder and decoder, subdirectory par/ contains a couple of example encoder parameter files for 25 and 30 frames/sec MPEG-2 and MPEG-1 video. Summary of changes since July 4, 1994 release: This is only the second official release of our MPEG-2 video software. Only minor bug corrections have been added to the encoder. We still do not implement scalable encoding, as this is mostly useful only for academic research. The decoder has been updated to meet the final MPEG specification, although the old decoder will still reconstruct Main Profile and MPEG-1 bitstreams just fine. The current decoder implements the most important case of Spatial scalability, as well as SNR and Data Partitioning. Temporal scalability is not implemented.
【文件预览】:
MPEG-2视频编解码源代码(VC版)
----mpeg2Peter()
--------帮助文档()
--------参数设置文件()
--------src()
--------README.txt(10KB)
--------bin()