MoveChroma

From Avisynth wiki
Jump to: navigation, search
Abstract
Author apechironnup (aka noraneco)
Version v0.1
Download MoveChroma.20090823.zip
Category Chroma Correction
License Open source
Discussion

Contents

Description

Chroma shifting filter; can be used to independently shift the U/V channels left or right.

Requirements


Syntax and Parameters

MoveChroma (clip, int "Cb", int "Cr")


clip   =
Input clip.


int  Cb = 0
int  Cr = 0
Cb represents the U plane (blue), Cr represents the V plane (red). Negative values shift to the left, positive values shift to the right.


Examples

Shift the U plane 2 pixels to the left and shift the V plane 2 pixels to the right.

AviSource("Blah.avi")
MoveChroma(Cr=-2, Cb=2)


Changelog

Version      Date            Changes
v0.1 2009-08-23 - Initial release


Archived Downloads

Version Download Mirror
v0.1 MoveChroma.20090823.zip MoveChroma.20090823.zip


External Links




Back to External Filters

Personal tools