PDA

View Full Version : Problem opening a AVS file in Virtualdubmod


Satlover
11th February 2003, 21:31
First, sorry if this post makes anyone annoyed! I have searched through the forums and looked at the FAQ on AVISYNTH.

I have just moved over from using AVIsyth2.07 to 2.5 (wamt to use YUV12)I have a problem when opening AVS files into VirtualDubMod
I get the error "couldn't locate decompressor for format YV12 (unkown)
I am sure there is something simple I am doing wrong just can't find it :devil:

I am using:
VirtualDubMod_1_4_13_1
virtualdubmod_needed_dlls_301002.zip
AviSynthLexer_0_1.zip
MPEG2Dec3 v1.00.zip

the script

LoadPlugin("C:\DVD\AviSynth plugins\MPEG2Dec3.dll")
mpeg2source("F:\SUM\SUM.d2v")
LumaFilter(-2, 1.02)
Crop(0,72,-0,-68)
LanczosResize(720,432)

---------------------------------------------------------

Ok, Fixed it by installing DivxPro5.03 hope thats the best codec. Going to use Xvid anyway

neuron2
11th February 2003, 22:36
You have to install DivX or Xvid to get a YV12-capable codec. Some versions of Xvid don't support it so I recommend DivX 5.

Koepi
11th February 2003, 22:45
XviD dev-api-3 is capable of yv12 decoding and is faster as divx5, so i recommand xvid :p

Regards
Koepi

Satlover
11th February 2003, 23:18
Yes thanks that worked! I checked in the file - information. Its now using Xvid.