| Printable Version of Topic
Click here to view this topic in its original format |
| Unofficial VirtualDub Support Forums > VirtualDub Filters and Filter Development > One Particular Video And The Mpeg-2 Input Plugin |
| Posted by: ale5000 Mar 13 2011, 03:31 PM |
| Test file: http://www.mediafire.com/?k207gre1xuk8zvr 1) The video should be MPEG-2 but your plugin say "Parsing interleaved MPEG-1 file". 2) The audio isn't seen at all. |
| Posted by: fccHandler Mar 19 2011, 04:50 AM |
| The system layer is indeed MPEG-1 (ISO/IEC 11172-1), so the parse dialog is correct. Also it seems to have a normal MPEG audio track at 0xC0, but as far as I can tell it is not MPEG audio. I don't know what kind of audio it is, but nothing I have will play it. I can only guess that it is something proprietary and perverted. |
| Posted by: phaeron Mar 19 2011, 09:48 PM |
| A comment in the file shows that it is in CRI SofDec format, and the audio stream is apparently custom ADPCM: http://wiki.multimedia.cx/index.php?title=Sofdec |
| Posted by: fccHandler Mar 20 2011, 01:17 AM |
| Ah, good find. To ale5000, since this is clearly not a compliant MPEG Program Stream, I do not intend to support it. Sorry. |