MoveChroma
From Avisynth wiki
| Abstract | |
|---|---|
| Author | apechironnup |
| Version | v0.1 |
| Download | MoveChroma.20090823.zip |
| Category | Chroma Correction |
| License | |
| 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.
- 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.
- int Cb = 0
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 ←