LGhost: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
Raffriff42 (talk | contribs) redirect for convenient searching |
LGhost: add documentation |
||
| Line 1: | Line 1: | ||
# | {{FilterCat4|External_filters|Plugins|Restoration_filters|Ghost_Removal}} | ||
{{ | {{Filter3 | ||
|1={{Author/minamina}} | |||
|2=v0.3.01 | |||
|3=[http://nullinfo.s21.xrea.com/data/LGhost0301.zip LGhost0301.zip] | |||
|4=Film Restoration | |||
|5=[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | |||
|6=[http://forum.doom9.org/showthread.php?p=1176552#post1176552 Doom9 Forum]}} | |||
<br> | |||
== Description == | |||
[[LGhost]]: Luminance Ghost reduction filter, it can also reduce edge ringing. | |||
<br> | |||
== Requirements == | |||
* [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.5.8 or greater] | |||
*Supported color formats: [[YUY2]], [[YV12]] | |||
<br> | |||
== [[Script variables|Syntax and Parameters]] == | |||
:{{Template:FuncDef|LGhost (clip, int mode0, int shift0, int intensity0, ... ,int mode17, int shift17, int intensity17)}} | |||
<br> | |||
::{{Par2| |clip| }} | |||
:::Input clip. | |||
<br> | |||
::{{Par2||int|0}} | |||
:::<code>mode</code>: ghost removal mode. | |||
:::*0 : Do not use (default) | |||
:::*1 : Edge | |||
:::*2 : Luminance | |||
:::*3 : Edge rising | |||
:::*4 : Edge falling | |||
<br> | |||
::{{Par2||int|0}} | |||
:::<code>shift</code>: shift width (-clip.width to clip.width, default 0). | |||
<br> | |||
::{{Par2||int|0}} | |||
:::<code>intensity</code>: (-128 to 127, default 0). | |||
<br> | |||
::<span style="color:red">'''Note:'''</span> all parameters are unnamed. [[LGhost]] can handle 18 ghosts from 0 to 17. Each ghost is defined as a group of three (<code>mode, shift, intensity</code>). | |||
<br> | |||
== Examples == | |||
[[AviSource]]("Blah.avi") | |||
LGhost(2, 4, 20, 2, 7, 10, 1, -4, -15, 1, -7, -5) | |||
<br> | |||
== Archived Downloads == | |||
{| class="wikitable" border="1"; width="600px" | |||
|- | |||
!!width="100px"| Version | |||
!!width="150px"| Download | |||
!!width="150px"| Mirror | |||
|- | |||
!v0.3.01 | |||
|[http://nullinfo.s21.xrea.com/data/LGhost0301.zip LGhost0301.zip] | |||
|[https://web.archive.org/web/20161029110842if_/http://nullinfo.s21.xrea.com/data/LGhost0301.zip LGhost0301.zip] | |||
|} | |||
<br> | |||
== External Links == | |||
<br> | |||
<br> | |||
----------------------------------------------- | |||
'''Back to [[External_filters#Ghost_Removal|External Filters]] ←''' | |||
----------------------------------------------- | |||
Latest revision as of 07:30, 25 June 2020
| Abstract | |
|---|---|
| Author | minamina |
| Version | v0.3.01 |
| Download | LGhost0301.zip |
| Category | Film Restoration |
| License | GPLv2 |
| Discussion | Doom9 Forum |
Description
LGhost: Luminance Ghost reduction filter, it can also reduce edge ringing.
Requirements
- [x86]: AviSynth+ or AviSynth 2.5.8 or greater
- Supported color formats: YUY2, YV12
- LGhost (clip, int mode0, int shift0, int intensity0, ... ,int mode17, int shift17, int intensity17)
- clip =
- Input clip.
- clip =
- int = 0
mode: ghost removal mode.- 0 : Do not use (default)
- 1 : Edge
- 2 : Luminance
- 3 : Edge rising
- 4 : Edge falling
- int = 0
- int = 0
shift: shift width (-clip.width to clip.width, default 0).
- int = 0
- int = 0
intensity: (-128 to 127, default 0).
- int = 0
- Note: all parameters are unnamed. LGhost can handle 18 ghosts from 0 to 17. Each ghost is defined as a group of three (
mode, shift, intensity).
- Note: all parameters are unnamed. LGhost can handle 18 ghosts from 0 to 17. Each ghost is defined as a group of three (
Examples
AviSource("Blah.avi") LGhost(2, 4, 20, 2, 7, 10, 1, -4, -15, 1, -7, -5)
Archived Downloads
| Version | Download | Mirror |
|---|---|---|
| v0.3.01 | LGhost0301.zip | LGhost0301.zip |
External Links
Back to External Filters ←