Pazzesco
27th May 2006, 16:12
Hey, i have a field shifted black/white pal source. I've dealed with this type once a couple of years ago but i can't remember how to solve the problem and i lost my avs.
What do i need to add into my script?
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
mpeg2source("C:\xvid\cat\c2.d2v")
ConvertToYUY2
crop(10,4,696,568)
BicubicResize(448,336,0,0.5)
Oh btw i searched for it here on doom9, a lot, without finding any examples of an avs script that dealed with field shifting.
Anyone got a link to a site with avs examples for various problems (fieldshift etc)? I've been looking for one in a long time.
Much appriciated! :)
What do i need to add into my script?
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\mpeg2dec3.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll")
mpeg2source("C:\xvid\cat\c2.d2v")
ConvertToYUY2
crop(10,4,696,568)
BicubicResize(448,336,0,0.5)
Oh btw i searched for it here on doom9, a lot, without finding any examples of an avs script that dealed with field shifting.
Anyone got a link to a site with avs examples for various problems (fieldshift etc)? I've been looking for one in a long time.
Much appriciated! :)