F3kgrain
From Avisynth wiki
(Difference between revisions)
(f3kgrain) |
m (→Requirements) |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | {{ | + | {{FilterCat5|External_filters|Scripts|Adjustment_filters|Effects|Deep_color_tools}} |
{{Filter3 | {{Filter3 | ||
|{{Author/06_taro}} | |{{Author/06_taro}} | ||
|v0.4 | |v0.4 | ||
− | |3=[//www.nmm-hd.org/upload/get~ElhZlazJbsQ/f3kgrain_v0.4.avsi f3kgrain_v0.4.avsi] | + | |3=[http://web.archive.org/web/20131111114900/http://www.nmm-hd.org/upload/get~ElhZlazJbsQ/f3kgrain_v0.4.avsi f3kgrain_v0.4.avsi] |
|4=Effects | |4=Effects | ||
|5= | |5= | ||
|6=[//www.nmm-hd.org/newbbs/viewtopic.php?f=7&t=668 NMM-HD Thread] - [Chinese] | |6=[//www.nmm-hd.org/newbbs/viewtopic.php?f=7&t=668 NMM-HD Thread] - [Chinese] | ||
}} | }} | ||
− | |||
== Description == | == Description == | ||
− | + | Another 8/16-bit luma adaptive grain generator.<br/> | |
<br> | <br> | ||
== Requirements == | == Requirements == | ||
− | : | + | * [x86]: [[AviSynth+]] or [https://sourceforge.net/projects/avisynth2/ AviSynth 2.6] |
− | : | + | * [x64]: [[AviSynth+]] |
− | + | * [[FAQ_different_types_content#How_do_I_recognize_progressive.2C_interlaced.2C_telecined.2C_hybrid_and_blended_content.3F|Progressive]] input only | |
− | + | * Supported color formats: [[YV12]], [[YV16]], [[YV24]] | |
+ | |||
==== Required Plugins ==== | ==== Required Plugins ==== | ||
− | + | Latest version of the following plugins are recommended unless stated otherwise.<br> | |
− | + | *[[Dither_tools|Dither]] | |
− | + | *[[f3kdb]] | |
− | + | *[[MaskTools2]] | |
+ | *[[RgTools]] - recommended drop-in replacement for RemoveGrain! | ||
<br> | <br> | ||
+ | |||
== [[Script variables|Syntax and Parameters]] == | == [[Script variables|Syntax and Parameters]] == | ||
:{{Template:FuncDef|f3kgrain (clip input, int "luma", int "chroma", int "mode", int "temp", int "adapt", float "sigma", bool "lsb")}} | :{{Template:FuncDef|f3kgrain (clip input, int "luma", int "chroma", int "mode", int "temp", int "adapt", float "sigma", bool "lsb")}} | ||
Line 91: | Line 93: | ||
|- | |- | ||
|v0.4 | |v0.4 | ||
− | |[//www.nmm-hd.org/upload/get~ElhZlazJbsQ/f3kgrain_v0.4.avsi f3kgrain_v0.4.avsi] | + | |<strike>[//www.nmm-hd.org/upload/get~ElhZlazJbsQ/f3kgrain_v0.4.avsi f3kgrain_v0.4.avsi]</strike> |
|[//web.archive.org/web/20131111114900/http://www.nmm-hd.org/upload/get~ElhZlazJbsQ/f3kgrain_v0.4.avsi f3kgrain_v0.4.avsi] | |[//web.archive.org/web/20131111114900/http://www.nmm-hd.org/upload/get~ElhZlazJbsQ/f3kgrain_v0.4.avsi f3kgrain_v0.4.avsi] | ||
|- | |- | ||
Line 99: | Line 101: | ||
|- | |- | ||
|v0.2 | |v0.2 | ||
− | |[//www.nmm-hd.org/newbbs/bbc_download.php?p=5707 f3kgrain_v0.2.avsi] | + | |<strike>[//www.nmm-hd.org/newbbs/bbc_download.php?p=5707 f3kgrain_v0.2.avsi]</strike> |
|[//web.archive.org/web/20140704144337/https://www.nmm-hd.org/newbbs/bbc_download.php?p=5707 f3kgrain_v0.2.avsi] | |[//web.archive.org/web/20140704144337/https://www.nmm-hd.org/newbbs/bbc_download.php?p=5707 f3kgrain_v0.2.avsi] | ||
|- | |- | ||
Line 108: | Line 110: | ||
<br> | <br> | ||
− | == Links == | + | ==External Links == |
*[//www.nmm-hd.org/newbbs/viewtopic.php?f=7&t=668 NMM-HD Forum] - f3kgrain discussion [Chinese]. | *[//www.nmm-hd.org/newbbs/viewtopic.php?f=7&t=668 NMM-HD Forum] - f3kgrain discussion [Chinese]. | ||
− | |||
<br> | <br> | ||
<br> | <br> | ||
----------------------------------------------- | ----------------------------------------------- | ||
'''Back to [[External_filters#Effects|External Filters]] ←''' | '''Back to [[External_filters#Effects|External Filters]] ←''' |
Latest revision as of 18:15, 10 September 2020
Abstract | |
---|---|
Author | 06_taro |
Version | v0.4 |
Download | f3kgrain_v0.4.avsi |
Category | Effects |
License | |
Discussion | NMM-HD Thread - [Chinese] |
Contents |
[edit] Description
Another 8/16-bit luma adaptive grain generator.
[edit] Requirements
- [x86]: AviSynth+ or AviSynth 2.6
- [x64]: AviSynth+
- Progressive input only
- Supported color formats: YV12, YV16, YV24
[edit] Required Plugins
Latest version of the following plugins are recommended unless stated otherwise.
- Dither
- f3kdb
- MaskTools2
- RgTools - recommended drop-in replacement for RemoveGrain!
[edit] Syntax and Parameters
- f3kgrain (clip input, int "luma", int "chroma", int "mode", int "temp", int "adapt", float "sigma", bool "lsb")
- clip input =
- Input clip.
- clip input =
- int luma = 64
- Luma grain strength; 0 disables processing, 4096 is the maximum value (heavy grain!).
- int luma = 64
- int chroma = 64
- Chroma grain strength; 0 disables processing, 4096 is the maximum value (heavy and colorful grain!).
- int chroma = 64
- int mode = 1
- random_algo_grain mode:
- 0 - old algorithm,
- 1 - uniform distribution,
- 2 - Gaussian(normal) distribution.
- random_algo_grain mode:
- int mode = 1
- int temp = 50
- Temporal stabilization for grain (the higher, the more calm).
- Range: 0 to 100
- int temp = 50
- 0 = nervous
- 50 = default (half and half)
- 100 = static
- int adapt = 64
- Brightness threshold for adaptive grain mask.
- Range: -1 to 255
- int adapt = 64
- -1 = off
- 0 = input
- 64 = default
- 255 = invert
- The higher, the less grain in dark areas & the more grain in bright areas.
- float sigma = 1.0
- Standard deviation of Gaussian distribution mode.
- float sigma = 1.0
- bool lsb =
- Is the input clip normal 8-bit or stacked 16-bit? If lsb=true output clip will be stacked 16-bit.
- By default the input clip's width is divided by the height, if is greater than 1.2 then it's set to false otherwise is set to true.
- bool lsb =
[edit] Examples
f3kgrain with default settings:
AviSource("Blah.avi") f3kgrain(luma=64, chroma=64,mode=1, temp=50, adapt=64, sigma=1.0)
[edit] Changelog
Version Date Changes
v0.4 2012-05-21 - Add support for 8-bit YV16/YV24 - Add support for setting sigma(standard deviation) of Gaussian distribution v0.3 2012-04-06 - Add support for 16-bit input and output, need dither.dll v1.15.0 or newer v0.2 2012-03-14 - Synchronize argument names with parameter names of f3kdb v1.5.0 v0.1 2012-03-02 - First release
[edit] Archived Downloads
Version | Download | Mirror |
---|---|---|
v0.4 | f3kgrain_v0.4.avsi | |
v0.3 | ||
v0.2 | f3kgrain_v0.2.avsi | |
v0.1 |
[edit] External Links
- NMM-HD Forum - f3kgrain discussion [Chinese].
Back to External Filters ←