VSRrepo is NOT available! :-(
Further information here: VSRepo
Name | rekt |
Identifier | rekt |
Type | PyScript |
Category | Masking and Edge Detecting |
Description | VapourSynth wrapper cropping and stacking instead of creating rectangular masks. Can also apply a function to only the masked area in order to speed it up. |
Has GPU-Support? | no |
Links | Website |
Bit Depth | Color Space | Category | Description | |
---|---|---|---|---|
rekt | unknown | unknown | Masking and Edge Detecting | Creates a rectangular "mask" for a fix to be applied to. |
rekt_fast | unknown | unknown | Masking and Edge Detecting | Creates a rectangular "mask" in which a fix is applied to only the masked area. This vastly speeds up filters like anti-aliasing and scaling. |
rektaa | unknown | unknown | Masking and Edge Detecting | Anti-aliasing alias that applies TAA to rekt_fast. Default aatype is 3 with no mask, preaa, postaa, and strength 0. |
rektlvl | unknown | unknown | Masking and Edge Detecting | A faster version of havsfunc's FixBrightness(Protect2). It also features the option to process multiple rows or columns in one line. |
rektlvls | unknown | unknown | Masking and Edge Detecting | The main function that does all the processing is rektlvl, while rektlvls is a simple wrapper to call rektlvl multiple times. |