PDA

View Full Version : Resolution problems with Avisynth 2.52


barking_mad
7th June 2003, 21:17
Now it's fair to say I'm not the brightest spark in the world but I have searched and I dont know where I'm going wrong.
For over a year now I've been using Avisynth with very basic script for re-encoding.
I noticed that 2.5 is no longer beta so decided to get that on my PC.
I use DVD2avi (latest) to create my .D2V and the following simple script :-

LoadPlugin("C:\Program Files\AviSynth2.5\plugins\MPEG2DEC3.DLL")
mpeg2source("N:\MYPROJECT.D2V")

It's simple but has served me well. Naturally previously it was Avisynth2 as opposed to 2.5 :-)

Now it seems that when I enter the script in CCE 2.67.00.09 I'm getting all sorts of Invalid resolution messages and the script wont import. I've updated the MPEG2DEC3.DLL file for this version so I guess thats not the problem :-(
Uninstalled and pur 2.08 back on and my D2V ans AVS scripts load fine and in fact re-encode fine, so Is there something I should do different with this version?
Thanks for looking in
D

neuron2
8th June 2003, 04:12
Try mpeg2dec instead of mpeg2dec3. Maybe the latter is delivering YV12 to CCE and choking it.

barking_mad
8th June 2003, 09:07
Will do m8,
Thanks for your time

sh0dan
8th June 2003, 10:11
Troubleshooting (http://www.avisynth.org/index.php?page=Troubleshooting). Always test in Vdub(MOD), and check for errors there.