It can be used to decode MPEG2 streams from DVD VOBs, captured transport streams, .MPG .MPEG2/.M2V files...
Changes in DGMPGDec 1.5.6 :
- Added Unix-style CLI parsing. The legacy parsing is also supported. The new parsing allows for commas and spaces within file name.
- Revised the audio header emulation check to prevent it from rejecting some valid audio.
- Increased the timeout for finding transport packets from 3 to 5 seconds.
- Properly ignore some program stream filler packets that do not specify the correct packet length.
- When a new transport stream is loaded without exiting DGIndex, the PIDs are now re-determined (without requiring the user to reset them as was previously
the case).
- Fixed a bug in which normalization was being used erroneously when demuxing audio (could happen if you were decoding AC3 to WAV with Normalization enabled and then you set the mode to demux audio without unchecking the Normalization option).
- Fixed a bug in the Cropping dialog such that the height field was not properly set after changes were made.
- Improved reliability of stream type detection upon file open.
Note :
- If you are developer and need the source code, you can get it from
here.