VSRrepo is NOT available! :-(
Further information here: VSRepo
Name | RemoveGrain |
Identifier | com.vapoursynth.removegrainvs |
Type | VSPlugin |
Category | Denoising |
Description | RemoveGrain VapourSynth Port |
Has GPU-Support? | no |
Links | Website | Github | AvsWiki |
Bit Depth | Color Space | Category | Description | |
---|---|---|---|---|
BackwardClense | 8-16 int | GRAY, YUV, RGB, YCOCG | unknown | - |
Clense | 8-16 int | GRAY, YUV, RGB, YCOCG | unknown | - |
ForwardClense | 8-16 int | GRAY, YUV, RGB, YCOCG | unknown | - |
RemoveGrain | 8-16 int | GRAY, YUV, RGB, YCOCG | unknown | - |
Repair | 8-16 int | GRAY, YUV, RGB, YCOCG | unknown | - |
VerticalCleaner | 8-16 int | GRAY, YUV, RGB, YCOCG | unknown | - |
Name | RgToolsVS |
Identifier | rgvs |
Type | PyScript |
Category | Denoising |
Description | Wrapper for RGVS, RGSF, and various median plugins as well as some functions that largely utilize them. |
Has GPU-Support? | no |
Links | Github |
Bit Depth | Color Space | Category | Description | |
---|---|---|---|---|
Repair | 8-16 int / 32 float | GRAY, YUV, RGB, YCOCG | unknown | Repairs unwanted artifacts from (but not limited to) RemoveGrain. |
RemoveGrain | 8-16 int / 32 float | GRAY, YUV, RGB, YCOCG | Denoising | Purely spatial denoising function |
Clense | 8-16 int / 32 float | GRAY, YUV, RGB, YCOCG | unknown | Temporal median of three frames. |
ForwardClense | 8-16 int / 32 float | GRAY, YUV, RGB, YCOCG | unknown | Modified version of Clense that works on current and next frames. |
BackwardClense | 8-16 int / 32 float | GRAY, YUV, RGB, YCOCG | unknown | Modified version of Clense that works on current and previous frames. |
VerticalCleaner | 8-16 int / 32 float | GRAY, YUV, RGB, YCOCG | unknown | A very fast vertical median |
RemoveGrainM | 8-16 int / 32 float | GRAY, YUV, RGB, YCOCG | Denoising | Special helper function for iterative RemoveGrain usage |