MoveChroma
From Avisynth wiki
(Difference between revisions)
m (archived links) |
(update a few links) |
||
| Line 1: | Line 1: | ||
{{FilterCat4|External_filters|Plugins|Restoration_filters|Chroma correction}} | {{FilterCat4|External_filters|Plugins|Restoration_filters|Chroma correction}} | ||
{{Filter3 | {{Filter3 | ||
| − | |[https://web.archive.org/web/20160314054223/http://sky.geocities.jp/apechironnup/ apechironnup] | + | |1=[https://web.archive.org/web/20160314054223/http://sky.geocities.jp/apechironnup/ apechironnup (aka noraneco)] |
| − | |v0.1 | + | |2=v0.1 |
| − | |[http:// | + | |3=[http://noraneco.ddo.jp/MoveChroma.20090823.zip MoveChroma.20090823.zip] |
| − | |Chroma Correction | + | |4=Chroma Correction |
| − | | | + | |5=Open source |
| − | |}} | + | |6=}} |
== Description == | == Description == | ||
Chroma shifting filter; can be used to independently shift the U/V channels left or right. | Chroma shifting filter; can be used to independently shift the U/V channels left or right. | ||
| Line 12: | Line 12: | ||
<br> | <br> | ||
== Requirements == | == Requirements == | ||
| − | * AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/ greater] | + | * [x86]: [[AviSynth+]] or AviSynth 2.5.8 or [http://sourceforge.net/projects/avisynth2/ greater] |
* Supported color formats: [[YUY2]], [[YV12]] | * Supported color formats: [[YUY2]], [[YV12]] | ||
<br> | <br> | ||
| Line 43: | Line 43: | ||
|- | |- | ||
!v0.1 | !v0.1 | ||
| − | | | + | |[http://noraneco.ddo.jp/MoveChroma.20090823.zip MoveChroma.20090823.zip] |
|[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] | ||
|} | |} | ||
<br> | <br> | ||
== External Links == | == External Links == | ||
| + | *[https://web.archive.org/web/20160314054223/http://sky.geocities.jp/apechironnup/ archive.org] - archived homepage (Japanese), [http://noraneco.ddo.jp/ new homepage]. | ||
<br> | <br> | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
'''Back to [[External_filters#Chroma_correction|External Filters]] ←''' | '''Back to [[External_filters#Chroma_correction|External Filters]] ←''' | ||
Latest revision as of 09:12, 8 March 2021
| Abstract | |
|---|---|
| Author | apechironnup (aka noraneco) |
| Version | v0.1 |
| Download | MoveChroma.20090823.zip |
| Category | Chroma Correction |
| License | Open source |
| Discussion | |
Contents |
[edit] Description
Chroma shifting filter; can be used to independently shift the U/V channels left or right.
[edit] Requirements
[edit] 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
[edit] 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)
[edit] Changelog
Version Date Changes
v0.1 2009-08-23 - Initial release
[edit] Archived Downloads
| Version | Download | Mirror |
|---|---|---|
| v0.1 | MoveChroma.20090823.zip | MoveChroma.20090823.zip |
[edit] External Links
- archive.org - archived homepage (Japanese), new homepage.
Back to External Filters ←