MoveChroma
From Avisynth wiki
(Difference between revisions)
(replace script with actual plugin) |
m (archived links) |
||
Line 1: | Line 1: | ||
{{FilterCat4|External_filters|Plugins|Restoration_filters|Chroma correction}} | {{FilterCat4|External_filters|Plugins|Restoration_filters|Chroma correction}} | ||
{{Filter3 | {{Filter3 | ||
− | |[http://sky.geocities.jp/apechironnup/ apechironnup] | + | |[https://web.archive.org/web/20160314054223/http://sky.geocities.jp/apechironnup/ apechironnup] |
|v0.1 | |v0.1 | ||
− | |[http://sky.geocities.jp/apechironnup/MoveChroma.20090823.zip MoveChroma.20090823.zip] | + | |[http://web.archive.org/web/20131128004559/http://sky.geocities.jp/apechironnup/MoveChroma.20090823.zip MoveChroma.20090823.zip] |
|Chroma Correction | |Chroma Correction | ||
| | | | ||
Line 43: | Line 43: | ||
|- | |- | ||
!v0.1 | !v0.1 | ||
− | |[http://sky.geocities.jp/apechironnup/MoveChroma.20090823.zip MoveChroma.20090823.zip] | + | |<strike>[http://sky.geocities.jp/apechironnup/MoveChroma.20090823.zip MoveChroma.20090823.zip]</strike> |
|[http://web.archive.org/web/20131128004559/http://sky.geocities.jp/apechironnup/MoveChroma.20090823.zip MoveChroma.20090823.zip] | |[http://web.archive.org/web/20131128004559/http://sky.geocities.jp/apechironnup/MoveChroma.20090823.zip MoveChroma.20090823.zip] | ||
|} | |} |
Revision as of 18:48, 17 February 2020
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 |
External Links
Back to External Filters ←