MoveChroma
From Avisynth wiki
(Difference between revisions)
m (1 revision) |
|||
Line 11: | Line 11: | ||
Back to [[Shared functions]]. | Back to [[Shared functions]]. | ||
+ | |||
[[Category:Shared_functions]] | [[Category:Shared_functions]] | ||
+ | [[Category:External filters]] |
Revision as of 23:01, 18 May 2013
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.