Trying to load some .VOB files in Virtualdub, using
FFmpegsource2("X:\VTS_01_3.VOB", atrack=-1)
I'm getting weird results - a frame rate of 223.964
Obviously I need a different approach. Any suggestions?
Thanks.
+ Reply to Thread
Results 1 to 9 of 9
-
-
Use the mpeg2 plugin http://gral.y0.pl/~fcchandler/Plugins/MPEG2/ ?
-
-
Then install http://gral.y0.pl/~fcchandler/AC3ACM/index.html
-
VTS_01_3.VOB
Already loading a VOB segment from the middle of a titleset is a mistake as such. Chances are high that it may start with a broken GOP, even a broken picture.
Most AviSynth plugins will assume that you extracted only one movie PGC (with only one video angle). A movie on a DVD Video disc is not "a VOB file", it can be spread across several VOB files. Those are split at GByte borders, often regardless of the positions where a decoder can safely start decoding, possibly right in the middle of a video or audio frame.
Use your DVD ripper in "IFO Mode" or "Movie Mode". Have it extract the wanted part either as elementary stream files (video and audio separately), or as one consecutive VOB file (which may get larger than 4 GB, but that is no problem in an NTFS harddisk partition, in contrast to a DVD with ISO-9660 file system). This cleanly extracted movie should be decodable by FFMS2 or L-SMASH Works or DGMPGDec+NicAudio without problems. -