Sourceforge Project Page
MPEG-2 software libraries:
|
MPEG-2 Video ToolsProject Description MPEG-2 Video Tools provides a MPEG-2 video encoder and decoder which aim to be a complete implementation of the ISO/IEC 13812-2:2000 standard (MPEG-2 video). Based on the public domain code released by the MPEG Software Simulation Group in 1996, the priority is completeness and correctness rather than speed. Other libraries exist which are faster but only support Main Profile, Main Level e.g. libmpeg2, ffmpeg and MJPEG Tools. The software will serve as reference software for the development of faster or more complete encoders and decoders, so care has been taken to implement the standard with clarity and accuracy. Future work will provide a library API and be implemented in C. Platforms supported will be popular Unices and GNU/Linux, MS Windows and MacOS X. autoconf and automake will be used to achieve portability for most platforms. Decoded bitstreams will be displayed using X11 for Unix and native Windows API for MS Windows. Included is an encoder and decoder application which are useful for creating compliant bitstreams and decoding and verifying MPEG-ES, MPEG-PS, MPEG-PES and MPEG-TS bitstreams. A PSNR is also included so that source video can be compared to MPEG-2 decoded video. A number of important improvements over the original SSG code have already been made:
Source Codelatest.tar.gzChanges_to_orig_MSSG
|