MoveChroma

From Avisynth wiki
Revision as of 16:57, 18 August 2009 by Laur (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Moves chroma (color). This will lead to grey edges, from where the chroma is moved. Requires YUV material.

moveleft=0
moveright=0
moveup=0
movedown=0
vi = Crop(moveleft, moveup, -moveright, -movedown).AddBorders(moveright, movedown, moveleft, moveup)
MergeChroma(vi)

Adjust the parameters to move chroma only.

Back to Shared functions.

Personal tools