MpegDecSdk is a easy to use Mpeg decode lib, providing high resolution, full quality decoding of MPEG1, MPEG2 streams. optimized for the most efficient CPU usage. MpegDecSdk povide a easy way to construct your own MediaPlayer ,Vod ,IPTV program.
Key features:
Media formats: DVD-Video, SVCD, VCD, CD-DA, CD-ROM
Video decoding: MPEG-1, MPEG-2 MP@ML
Audio decoding: Dolby Digital (down-mixed to 2 channels), MPEG-1 Layers 1 and 2, linear PCM (Dolby Digital 5.1 and DTS? passthrough onto S/PDIF)
Push mode ,Url open mode supported
OSD display supported.
What makes it different from other mpeg decode lib?
Very easy to use API. MpegDecSdk suport url open mode, push mode.save your time to release your program.Use url open mode,you can access local file,DVD ROM,Http server,such as "d:/mpegfile/test.mpg", http://www.nvideo-tech.com/mpeg/test.mpg". Push mode api is design to streaming video.
Fast decode engine,Very small cpu usage.
Both support windows os and linux os.