Skip to content

File Formats

.vkfilter

A single VapourSynth filter, saved as TOML.

name = "CLAHE"
category = "Color Modification"
code = """
gray = core.std.ShufflePlanes(clip, planes=0, colorfamily=vs.GRAY)
clip = core.vszip.CLAHE(gray, limit=3000, tiles=10)
"""
description = "Contrast Limited Adaptive Histogram Equalization. Similar to Retinex"
[metadata]
createdAt = "2025-11-03T16:54:24.466Z"

.vkworkflow

A complete processing pipeline — filters, model, output settings — saved as TOML.

Use the Upload icon in the Vapourkit header to export the current pipeline. Use Download to import. See Templates & Workflows for the full flow.

Supported video formats

Input: MP4, M4V, MKV, AVI, MOV, WebM, FLV, WMV

Output: MKV, MP4, MOV, AVI