LGhost

From Avisynth wiki
(Difference between revisions)
Jump to: navigation, search
(redirect for convenient searching)
 
(LGhost: add documentation)
 
Line 1: Line 1:
#REDIRECT [[External_filters#Ghost_Removal]]
+
{{FilterCat4|External_filters|Plugins|Restoration_filters|Ghost_Removal}}
{{FilterCat|External_filters|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]] &larr;'''
 +
-----------------------------------------------

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


Contents

[edit] Description

LGhost: Luminance Ghost reduction filter, it can also reduce edge ringing.


[edit] Requirements


[edit] Syntax and Parameters

LGhost (clip, int mode0, int shift0, int intensity0, ... ,int mode17, int shift17, int intensity17)


clip   =
Input clip.


int   = 0
mode: ghost removal mode.
  • 0 : Do not use (default)
  • 1 : Edge
  • 2 : Luminance
  • 3 : Edge rising
  • 4 : Edge falling


int   = 0
shift: shift width (-clip.width to clip.width, default 0).


int   = 0
intensity: (-128 to 127, default 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).


[edit] Examples

AviSource("Blah.avi")
LGhost(2, 4, 20,  2, 7, 10,  1, -4, -15,  1, -7, -5)


[edit] Archived Downloads

Version Download Mirror
v0.3.01 LGhost0301.zip LGhost0301.zip


[edit] External Links




Back to External Filters


Personal tools