Vinverse/2.5: Difference between revisions
From Avisynth wiki
Jump to navigationJump to search
Vinverse for AviSynth 2.5 |
m archived link |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{{FilterCat4|External_filters|Plugins|Restoration_filters|Luma_Equalization}} | |||
{{Filter3 | {{Filter3 | ||
| {{Author/tritical}} | | {{Author/tritical}} | ||
| v1.0 | | v1.0 | ||
|[http://bengal.missouri.edu/~kes25c/vinverse.zip vinverse.zip] | |[http://web.archive.org/web/20141228151714/http://bengal.missouri.edu/~kes25c/vinverse.zip vinverse.zip] | ||
| Luma Equalization | | Luma Equalization | ||
|[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | |[http://www.gnu.org/licenses/gpl-2.0.txt GPLv2] | ||
|6=[http://forum.doom9.org/showthread.php?p=896352#post896352 Doom9 Thread]}} | |6=[http://forum.doom9.org/showthread.php?p=896352#post896352 Doom9 Thread]}} | ||
== Description == | |||
Vinverse is based off the [http://forum.doom9.org/showpost.php?p=841641&postcount=3 Vinverse script function by Didée], which is a small but effective function against residual combing.<br> | |||
For an updated and faster version see [[Vinverse| Vinverse for AviSynth 2.6.]] | |||
<br> | <br> | ||
<br> | <br> | ||
== Requirements == | == Requirements == | ||
* AviSynth 2.5.8 or [http://forum.doom9.org/showthread.php?t=168764 later] | |||
* Supported color formats: [[YUY2]], [[YV12]] | |||
<br> | <br> | ||
| Line 56: | Line 56: | ||
Vinverse with default settings: | Vinverse with default settings: | ||
[[AviSource]]("blah.avi") | [[AviSource]]("blah.avi") | ||
Vinverse(sstr=2.7, amnt=255, uv=3, scl=0.25) | Vinverse(sstr=2.7, amnt=255, uv=3, scl=0.25, opt=2) | ||
<br> | <br> | ||
== Changelog == | == Changelog == | ||
Version Date Changes<br> | Version Date Changes<br> | ||
| Line 70: | Line 71: | ||
|- | |- | ||
!v1.0 | !v1.0 | ||
|[http://bengal.missouri.edu/~kes25c/vinverse.zip vinverse.zip] | |<strike>[http://bengal.missouri.edu/~kes25c/vinverse.zip vinverse.zip]</strike> | ||
|[http://web.archive.org/web/20140420181331/http://bengal.missouri.edu/~kes25c/vinverse.zip vinverse.zip] | |[http://web.archive.org/web/20140420181331/http://bengal.missouri.edu/~kes25c/vinverse.zip vinverse.zip] | ||
|} | |} | ||
<br> | <br> | ||
== External Links == | == External Links == | ||
<br> | <br> | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
'''Back to [[Vinverse]] ←''' | '''Back to [[Vinverse]] ←'''<br> | ||
'''Back to [[External_filters#Luma_Equalization|External Filters]] ←''' | |||
Latest revision as of 01:43, 14 February 2016
| Abstract | |
|---|---|
| Author | tritical |
| Version | v1.0 |
| Download | vinverse.zip |
| Category | Luma Equalization |
| License | GPLv2 |
| Discussion | Doom9 Thread |
Description
Vinverse is based off the Vinverse script function by Didée, which is a small but effective function against residual combing.
For an updated and faster version see Vinverse for AviSynth 2.6.
Requirements
vinverse (clip, float "sstr" int "amnt", int "uv", float "scl", int "opt")
- clip =
- Input clip
- clip =
- float sstr = 2.7
- Strength of contra sharpening.
- float sstr = 2.7
- int amnt = 255
- Change no pixel by more than this.
- Valid range: 0 to 255
- int amnt = 255
- int uv = 3
- Chroma mode, as in MaskTools2:
- 1 = trash chroma
- 2 = pass chroma through (copy from input clip)
- 3 = process chroma
- Chroma mode, as in MaskTools2:
- int uv = 3
- float scl = 0.25
- Scale factor for VshrpD*VblurD < 0
- float scl = 0.25
- int opt = 2
- Allowed values:
- int opt = 2
- 0 = use C
- 1 = use MMX
- 2 = auto detect
- Default = 2, MMX and C routines give the same output.
Examples
Vinverse with default settings:
AviSource("blah.avi") Vinverse(sstr=2.7, amnt=255, uv=3, scl=0.25, opt=2)
Changelog
Version Date Changes
v1.0 11/04/2006 - Initial release
Archived Downloads
| Version | Download | Mirror |
|---|---|---|
| v1.0 | vinverse.zip |
External Links
Back to Vinverse ←
Back to External Filters ←