Video_Bill
28th March 2005, 07:16
I'm a real newbie. I have spent many hours searching the different forums for a clear explanation and more importantly, a solution, for the following problem. It deals with the YV12 codec which I've read quite a bit about - unfortunatley, the discussions get too technical or they are incomplete.
I'm using AviSynth 2.55, DGIndex, and VirtualDubMod 1.5.10.
My process is:
I open a vob file in DGIndex. I then "Save Project" to the DGIndex folder as "myvob.d2v". I then open VirtualDubMod. When I try to open the myvob.avs file I get:
"Couldn't locate decompressor for format 'YV12' (unknown). VirtualDub requires a Video for Windows (VFW) compatible codec to decompress video...Only 'Direct stream copy' is available for this video."
I read the Avisynth Usage > YV12 FAQ thread several times, and I just don't understand. I downloaded MPEG2Dec3.dll and put the file in AviSynth, DGIndex, and VirtualDubMod folders and added the line:
loadplugin ("C:\Program Files\DGIndex\MPEG2Dec3.dll")
to the myvob.avs file and tried to open the avs file again with VirtualDubMod. It says:
Avisyth open failure:
MPE2Source: couldn't open file
(C:\Program Files\DGIndex\myvob.avs, line 3)
My current avs file includes the following:
loadplugin ("C:\Program Files\DGIndex\DGdecode.dll")
loadplugin ("C:\Program Files\DGIndex\MPEG2Dec3.dll"
mpeg2source ("C:\Program Files\DGIndex\myvob.d2v")
I need some help. Thank you.
I'm using AviSynth 2.55, DGIndex, and VirtualDubMod 1.5.10.
My process is:
I open a vob file in DGIndex. I then "Save Project" to the DGIndex folder as "myvob.d2v". I then open VirtualDubMod. When I try to open the myvob.avs file I get:
"Couldn't locate decompressor for format 'YV12' (unknown). VirtualDub requires a Video for Windows (VFW) compatible codec to decompress video...Only 'Direct stream copy' is available for this video."
I read the Avisynth Usage > YV12 FAQ thread several times, and I just don't understand. I downloaded MPEG2Dec3.dll and put the file in AviSynth, DGIndex, and VirtualDubMod folders and added the line:
loadplugin ("C:\Program Files\DGIndex\MPEG2Dec3.dll")
to the myvob.avs file and tried to open the avs file again with VirtualDubMod. It says:
Avisyth open failure:
MPE2Source: couldn't open file
(C:\Program Files\DGIndex\myvob.avs, line 3)
My current avs file includes the following:
loadplugin ("C:\Program Files\DGIndex\DGdecode.dll")
loadplugin ("C:\Program Files\DGIndex\MPEG2Dec3.dll"
mpeg2source ("C:\Program Files\DGIndex\myvob.d2v")
I need some help. Thank you.