VSRrepo is NOT available! :-(
Further information here: VSRepo
| Name | awsmfunc |
| Identifier | awsmfunc |
| Type | PyScript |
| Category | Collection |
| Description | Awesome-HD's Vapoursynth Functions |
| Has GPU-Support? | no |
| Links | Website | Github |
| Bit Depth | Color Space | Category | Description | |
|---|---|---|---|---|
| FixColumnBrightnessProtect2 | unknown | unknown | unknown | - |
| FixRowBrightnessProtect2 | unknown | unknown | unknown | - |
| FixBrightnessProtect2 | unknown | unknown | unknown | - |
| FixColumnBrightness | unknown | unknown | unknown | - |
| FixRowBrightness | unknown | unknown | unknown | - |
| ReplaceFrames | unknown | unknown | unknown | ReplaceFramesSimple wrapper that uses the RemapFrames plugin and works for different length clips. |
| bbmod | unknown | unknown | unknown | Narkyy's bbmod helper for a significant speedup from cropping unnecessary pixels before processing. |
| bbmoda | unknown | unknown | unknown | From sgvsfunc. I'm not updating the doc strings, here, read bbmod instead. |
| AddBordersMod | unknown | unknown | unknown | VapourSynth port of AddBordersMod. Replacement for BlackBorders from sgvsfunc. |
| BlackBorders | unknown | unknown | unknown | - |
| CropResize | unknown | unknown | unknown | Originally from sgvsfunc. Added chroma filling option and preset parameter. This function is a wrapper around cropping and resizing with the option to fill and remove columns/rows. |
| CropResizeReader | unknown | unknown | unknown | CropResizeReader, cropResize for variable borders by loading crop values from a csv file Also fill small borders and fix brightness/apply bbmod relatively to the variable border |
| DebandReader | unknown | unknown | unknown | DebandReader, read a csv file to apply a f3kdb filter for given strengths and frames. From sgvsfunc. |
| LumaMaskMerge | unknown | unknown | unknown | LumaMaskMerge, merges clips using a binary mask defined by a brightness level. From sgvsfunc, with added planes. |
| RGBMaskMerge | unknown | unknown | unknown | RGBMaskMerge, merges clips using a binary mask defined by a RGB range. From sgvsfunc. |
| ScreenGen | unknown | unknown | unknown | Generates screenshots from a list of frame numbers. |
| DynamicTonemap | unknown | unknown | unknown | Narkyy's dynamic tonemapping function. |
| FillBorders | unknown | unknown | unknown | FillBorders wrapper that automatically sets fillmargins mode. |
| SelectRangeEvery | unknown | unknown | unknown | SelectRangeEvery, port from Avisynth's function. From sgvsfunc. |
| FrameInfo | unknown | unknown | unknown | FrameInfo. From sgvsfunc, with additional style option. |
| DelFrameProp | unknown | unknown | unknown | DelFrameProp, delete primaries, matrix or transfer frame properties. From sgvsfunc. Avoids "Unrecognized transfer characteristics" or "unrecognized color primaries" associated with Vapoursynth Editor. |
| InterleaveDir | unknown | unknown | unknown | InterleaveDir, load all mkv files located in a directory and interleave them. From sgvsfunc. |
| fixlvls | unknown | unknown | unknown | A wrapper around std.Levels to fix what's commonly known as the gamma bug. |
| mt_lut | unknown | unknown | unknown | mt_lut, port from Avisynth's function. From sgvsfunc. |
| autogma | unknown | unknown | unknown | Just a simple function to help identify banding. |
| UpscaleCheck | unknown | unknown | unknown | Dumb detail check (but not as dumb as greyscale) Resizes luma to specified resolution and scales back with Spline36 Handles conversion automatically so you can input a raw RGB image, Without needing to convert to YUV4XXPX manually like the AviSynth counterpart |
| Import | unknown | unknown | unknown | Allows for easy import of your .vpy |
| greyscale | unknown | unknown | unknown | Really stupid function. Only advisable if you're not doing any other filtering. Replaces chroma planes with gray. |
| saturation | unknown | unknown | unknown | - |