VapourSynth is a Python module (with its own library) for video manipulation - non-linear video editing. It has been heavily inspired by AviSynth but instead of its own scripting language uses Python, so there is no need to learn a special language.
VapourSynth is a Python module with its own library designated for video manipulation (non-linear video editing).
It has been heavily inspired by AviSynth but instead of its own scripting language it uses Python, so there is no need to learn a special language.
It is bundled with VSPipe command line utility, a specialized Python interpret which produces raw or uncompressed video output suitable for the next processing with video conversion programs, e.g. FFmpeg cross-platform command-line tool.
There is a specialized editor for VapourSynth script, free VapourSynth Editor with useful syntax completion, preview functionality, and output encoding.