Log in

View Full Version : Field shifted source/avs


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! :)

Guest
27th May 2006, 16:34
Use Telecide() or TFM().

See here:

http://forum.doom9.org/showthread.php?p=831974#post831974

Read the whole thread, because it starts off as a swap fields issue but ends up as a phase shift issue.

Pazzesco
27th May 2006, 17:48
hey thanx... but it didn't solve my problem (checked your link too). Actually it changed it a little bit, now it seems not all the same frames are shifted but others are :confused:

Would you mind checking out my source if i post a link to a vobsample?

Guest
27th May 2006, 18:42
Would you mind checking out my source if i post a link to a vobsample? Sure, I'll have a look at it.