VSRrepo is NOT available! :-(
Further information here: VSRepo
| Name | zzfunc |
| Identifier | zzfunc |
| Type | PyScript |
| Category | Collection |
| Description | A small collection of Vapoursynth scripts of varying usefulness |
| Has GPU-Support? | no |
| Links | Github |
| Bit Depth | Color Space | Category | Description | |
|---|---|---|---|---|
| MinFilter | unknown | unknown | Other | - |
| MaxFilter | unknown | unknown | Other | Pixelwise function that takes the stronger of two filtered clips |
| split | unknown | unknown | Other | Passes arrays untouched. With RGB input it behaves like get_r/g/b |
| join | unknown | unknown | Other | Give clipa an array and it will behave like vsutil's |
| get_w | unknown | unknown | Other | Calculate width based on height. Supply ref to calculate the aspect ratio ar based on ref's dimensions, otherwise it defaults to 16:9 |
| bicubic_c | unknown | unknown | Resizing and Format Conversion | Auto-calculate the c value for bicubic based on your "b" value. |
| src_left | unknown | unknown | Resizing and Format Conversion | For resizing GRAY clips containing chroma with MPEG2 placement |
| vstoavs | any | any | Other | Convert the common Vapoursynth "planes" format planes=[0, 1, 2] to be used by fmtc.resample, mv.DegrainN, and placebo.Deband respectively. |
| vstomv | any | any | Other | Convert the common Vapoursynth "planes" format planes=[0, 1, 2] to be used by fmtc.resample, mv.DegrainN, and placebo.Deband respectively. |
| vstoplacebo | any | any | Other | Convert the common Vapoursynth "planes" format planes=[0, 1, 2] to be used by fmtc.resample, mv.DegrainN, and placebo.Deband respectively. |