Custom Filters
Vapourkit lets you write and chain custom VapourSynth filters before and after the AI upscaling step.
Adding a filter
- Click + Add Filter in the filter panel.
- Configure it:
- Pick a filter template, or write custom VapourSynth code.
- Enable or disable individual filters.
- Reorder filters using the drag handles.
- Filters are automatically applied during processing.
Creating a filter template
Once you’ve written a filter you want to reuse:
- Write the custom VapourSynth code in a filter.
- Click Save as Template.
- Name your template and optionally add a description.
- Reuse the template in future projects.
Templates are stored as .vkfilter files — see File Formats.
Pre-made filters
Vapourkit ships with 150+ pre-made filters covering antialiasing, denoising, sharpening, color correction, deinterlacing, and more. See the Filter Reference for the full list.
Writing your own
For details on filter authoring, see Writing Custom Filters.