J666RST
13th November 2003, 19:20
Hello!
not sure if this is an avisynth, dvd2avi or VirtualDubMod problem but here goes!
Ive been ripping PAL dvds for ages now but not using dvd2avi or avisynth, i normally load the vob with VirtualDubMod 1.5.4.1 build 2092 and use the filters from that.
Now ive got a NTSC dvd i wanna convert but im having some problems, ive been reading up the forums because i had no idea how to use dvd2avi or avisynth
i load the vobs into dvd2avi 1.76 keep the standard settings and save project, this is what i get:
DVD2AVIProjectFile
4
37 D:\x\VIDEO_TS\VTS_01_1.VOB
37 D:\x\VIDEO_TS\VTS_01_2.VOB
37 D:\x\VIDEO_TS\VTS_01_3.VOB
37 D:\x\VIDEO_TS\VTS_01_4.VOB
Stream_Type=1,0,0
iDCT_Algorithm=2
YUVRGB_Scale=0
Luminance=128,0
Picture_Size=0,0,0,0,0,0
Field_Operation=0
Frame_Rate=29970
Location=0,0,3,5F2D5
7 0 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7 0 46 2 2 3 0 1 2 3 0 1 2 3 0
7 0 EF 1 2 3 0 1 2 3 0 1 2 3 0
7 0 1A6 1 2 3 0 1 2 3 0 1 2 3 0 etc....
so now i try and load the d2v in VirtualDubMod via avisynth with this script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
mpeg2source("D:\x\VIDEO_TS\film.d2v")
heres where it goes wrong, instead of seeing the movie i see a green screen in VirtualDubMod.
the only way i can see the movie is if i add this to the script:
YV12toRGB24()
FlipVertical()
the problem is i then cant use Decomb Plugin :(
anyone got any ideas where im going wrong??
thanks in advanced
cheeRS :)
not sure if this is an avisynth, dvd2avi or VirtualDubMod problem but here goes!
Ive been ripping PAL dvds for ages now but not using dvd2avi or avisynth, i normally load the vob with VirtualDubMod 1.5.4.1 build 2092 and use the filters from that.
Now ive got a NTSC dvd i wanna convert but im having some problems, ive been reading up the forums because i had no idea how to use dvd2avi or avisynth
i load the vobs into dvd2avi 1.76 keep the standard settings and save project, this is what i get:
DVD2AVIProjectFile
4
37 D:\x\VIDEO_TS\VTS_01_1.VOB
37 D:\x\VIDEO_TS\VTS_01_2.VOB
37 D:\x\VIDEO_TS\VTS_01_3.VOB
37 D:\x\VIDEO_TS\VTS_01_4.VOB
Stream_Type=1,0,0
iDCT_Algorithm=2
YUVRGB_Scale=0
Luminance=128,0
Picture_Size=0,0,0,0,0,0
Field_Operation=0
Frame_Rate=29970
Location=0,0,3,5F2D5
7 0 0 2 2 2 2 2 2 2 2 2 2 2 2 2 2
7 0 46 2 2 3 0 1 2 3 0 1 2 3 0
7 0 EF 1 2 3 0 1 2 3 0 1 2 3 0
7 0 1A6 1 2 3 0 1 2 3 0 1 2 3 0 etc....
so now i try and load the d2v in VirtualDubMod via avisynth with this script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\MPEG2Dec3.dll")
mpeg2source("D:\x\VIDEO_TS\film.d2v")
heres where it goes wrong, instead of seeing the movie i see a green screen in VirtualDubMod.
the only way i can see the movie is if i add this to the script:
YV12toRGB24()
FlipVertical()
the problem is i then cant use Decomb Plugin :(
anyone got any ideas where im going wrong??
thanks in advanced
cheeRS :)