by WesW » Mon Mar 03, 2008 12:09 pm
Here is the avisynth code I used to rip the vob segements I wanted. (I was combining audio with the video as well.)
MPEG2Source("C:\GHOST_IN_THE_SHELL\VIDEO_TS\VTS_14_1.d2v")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\NicAudio.dll")
video=MPEG2Source("C:\GHOST_IN_THE_SHELL\VIDEO_TS\VTS_14_1.d2v")
audio=NicAC3Source("C:\GHOST_IN_THE_SHELL\VIDEO_TS\VTS_14_1 T02 3_2ch 448Kbps DELAY 0ms.ac3", Channels=6)
AudioDub(video,audio)
AssumeFieldBased()
deint=TDeint(mode=2,mtnmode=3,blim=100)
Deen("w3d",3,3,5)
Everything seemed to work alright, meaning that the input file was in YV12 all the way through, but when I tried to open the Lagarith file this code created, it was in RGB! I double-checked to make sure that the configuration was set to YV12. What happened?
Also, am I right in using DirectShowSource to open the Lararith file