Log in

View Full Version : Help!! AviSynth ate Zoolander alive!!!


Blue_MiSfit
18th January 2004, 09:42
Hey all,
I am trying to rip Zoolander from DVD, and when I get to importing my AviSynth script into Vdub Mod 1.5.10.1, the colors are very messed up. (See images)...

AviSynth Script is as follows:

LoadPlugin("mpeg2dec3.dll")
LoadPlugin("UnDot.dll")
mpeg2source("Z:\Zoolander\Zoolander.d2v")
crop(0,58,716,360)
LanczosResize(716,304)
UnDot()

http://people.ucsc.edu/~dpresteg/Zoolander1.jpg
http://people.ucsc.edu/~dpresteg/Zoolander2.jpg

See what I mean?
I think its something about my color spaces, but I have never had any problems with this before, and I have encoded somewhere in the realm of 100 DVDs with a dozen different formats...

Ideas?
~misfit

sh0dan
18th January 2004, 10:49
Which decoder is listed in Vdub/File/File Information?

A MOD8 width will probably help the problem.

Blue_MiSfit
18th January 2004, 11:16
yep! thanks man

~misfit