mpeg-2 Integrity
-
I am writing a program that does, among other things, authoring to mpeg-2. I am currently using an sdk that throws an exception if i give it a corrupt mpeg-2 file. Are there any directshow functions\open source code\applications that give me the option to verify an mpeg-2 to see if it is corrupt or not? Thank you, Michael mjmimmm@hotmail.com mjmimmm
-
I am writing a program that does, among other things, authoring to mpeg-2. I am currently using an sdk that throws an exception if i give it a corrupt mpeg-2 file. Are there any directshow functions\open source code\applications that give me the option to verify an mpeg-2 to see if it is corrupt or not? Thank you, Michael mjmimmm@hotmail.com mjmimmm
There's nothing that will test it for you, no. You've pretty much found the only way to find out. Pass the MPEG inside a Try/Catch block. If it fails, then you know!
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007