Rober2D2
17th April 2003, 03:12
Hi, I am trying to open a .VOB file with VirtualdubMod (1.4.13.2v2) using an avisynth script. the script is like this one:
LoadPlugin("MPEGDecoder.dll")
MPEGSource("VTS_01_1.vob")
Virtualdubmod creates the .d2v file and after that I recive an error saying that there is no codec to decompress YV12 format, so I have to convert video with "YV12toYUY2" to open it.
Is there anyway to open video file directly in YV12? I thought that virtualdubmod supported that format. Does anybody know if any codec or DLL is needed?
LoadPlugin("MPEGDecoder.dll")
MPEGSource("VTS_01_1.vob")
Virtualdubmod creates the .d2v file and after that I recive an error saying that there is no codec to decompress YV12 format, so I have to convert video with "YV12toYUY2" to open it.
Is there anyway to open video file directly in YV12? I thought that virtualdubmod supported that format. Does anybody know if any codec or DLL is needed?