Hi,
is there any chance you could add support for DPG files?
These are used by Moonshell, a media player for Nintendo DS
(which has sold over 40 million units, PSP has sold 20 million units)
The basic format is MP2 Audio and MPEG1 video.
The A/V isn't really muxed, it's just has the video data and then the audio is tagged onto the end,
with a simple header describing the file.
A description of the format including header:
http://en.wikipedia.org/wiki/NDs-mPeG
A forum thread about dpg conversion for linux, completely explaining all needed steps for valid DPG's
including C++-Code for it:
http://forum.gbadev.org/viewtopic.php?t=7897
The python script:
http://theli.ho.com.ua/dpgconv/index.html
Regards