Inventive Software
3rd March 2005, 15:10
I'm doing some tests with AviSynth and DVD Decrypter to encode PAL DVDs into different video codecs. DVD Decrypter copies the movie video stream and the 6 channel AC3 stream into a VOB file. Because it's a FAT32 hard disk, the VOBs have to be 4 GB. I have CyberLink PowerDVD 5 installed to use the MPEG-2 DirectShow decoder. This is the AVS script I'm using to decode the VOB to be opened in VDubMod:
SegmentedDirectShowSource("C:\the_matrix_revolutions_d1\video_ts\vts_01.vob")
By checking the source movie files, there should be 185923 frames. Instead there is about 105000 frames, so there's a big chunk of the file missing. I also tried loading it in a media player, and still get the same result. Any guesses?
I have to use AviSynth to load the 2 VOBs, as VDubMod cannot splice VOBs.
I'm using VDubMod 1.5.10.1 on a Win98SE machine with 192 MB RAM and a 120 GB hard disk, so a 4 GB limit is unwantingly forced, with an NVIDIA 5200 PCI graphics card. (Yes, I know PCI is ****, but I don't have ANY damn AGP slots on the motherboard. It's 3 yrs old!)
SegmentedDirectShowSource("C:\the_matrix_revolutions_d1\video_ts\vts_01.vob")
By checking the source movie files, there should be 185923 frames. Instead there is about 105000 frames, so there's a big chunk of the file missing. I also tried loading it in a media player, and still get the same result. Any guesses?
I have to use AviSynth to load the 2 VOBs, as VDubMod cannot splice VOBs.
I'm using VDubMod 1.5.10.1 on a Win98SE machine with 192 MB RAM and a 120 GB hard disk, so a 4 GB limit is unwantingly forced, with an NVIDIA 5200 PCI graphics card. (Yes, I know PCI is ****, but I don't have ANY damn AGP slots on the motherboard. It's 3 yrs old!)