pfluffernuugen
11th January 2005, 03:59
i'm trying to backup a dvd to xvid with the full resolution after some cropping, but when i play the avisynth script, it looks like this:
http://bingweb.binghamton.edu/~wwan1/shower.png
if i lower the resolution the problem goes away
is there anyway to solve this?
the avisynth script looks like this:
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgdecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
mpeg2source("D:\shower\shower.d2v")
crop(26,0,668,480)
Lanczos4Resize(668,480)
Undot()
http://bingweb.binghamton.edu/~wwan1/shower.png
if i lower the resolution the problem goes away
is there anyway to solve this?
the avisynth script looks like this:
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\dgdecode.dll")
LoadPlugin("C:\PROGRA~1\GORDIA~1\AviSynthPlugins\UnDot.dll")
mpeg2source("D:\shower\shower.d2v")
crop(26,0,668,480)
Lanczos4Resize(668,480)
Undot()