macOS
brew install vapoursynthlocal Homebrew formula metadata
sudo port install vapoursynthMacPorts ports tree · multimedia/vapoursynth/Portfile · source: api.github.com
brew
Video processing framework with simplicity in mind. Version 77 via Homebrew; verified 2026-06-22.
install
brew install vapoursynthlocal Homebrew formula metadata
sudo port install vapoursynthMacPorts ports tree · multimedia/vapoursynth/Portfile · source: api.github.com
sudo dnf install python3-vapoursynthFedora Rawhide package metadata · python3-vapoursynth · source: dl.fedoraproject.org
nix profile install nixpkgs#vapoursynthnixpkgs package indexes · pkgs/by-name/va/vapoursynth/package.nix · source: api.github.com
sudo pacman -S vapoursynthArch Linux sync databases · vapoursynth · source: geo.mirror.pkgbuild.com
sudo zypper install libvapoursynth4openSUSE Tumbleweed package metadata · libvapoursynth4 · source: download.opensuse.org
scoop install main/vapoursynthScoop official bucket manifest trees · bucket/vapoursynth.json · source: api.github.com
winget install --id VapourSynth.VapourSynth -eWindows Package Manager source index · VapourSynth.VapourSynth · source: cdn.winget.microsoft.com
overview
Video processing framework with simplicity in mind
history
VapourSynth is a scriptable video-processing framework built around a C++ core and a Python module. Its own documentation describes it as difficult to classify neatly - application, plugin, and library at once - because users write Python scripts that drive a native frame-processing engine.
The project was created by Fredrik Mellbin after he began thinking through alternative designs for AviSynth. The official introduction says most of the initial implementation was written over a three-month period, with the goal of making a 21st-century rewrite inspired by AviSynth rather than another direct clone.
Early public development was already active in 2012. Release posts from November 2012 discuss R15/R16 work on API changes, AviSynth compatibility, AVISource, and calls for users to port favorite AviSynth functions, filters, and scripts. By December 2013, R22 added Windows x64 support, removed the Qt dependency in favor of C++11, and reviewed locking so relevant functions were thread-safe.
VapourSynth grew in the same enthusiast video-processing culture that used AviSynth scripts for restoration, denoising, deinterlacing, inverse telecine, resizing, and encoding preparation. Its selling points for that audience were Python scripting, frame-level multithreading, runtime colorspace flexibility, per-frame properties, variable format support, and compatibility with many existing AviSynth plugins.
The project remains active as a niche but important tool in the video-encoding ecosystem. The GitHub project advertises the framework as 'with simplicity in mind', links to the official documentation, and shows a long release history, with R77 current in June 2026.
Typical use is to write a `.vpy` Python script that builds a clip graph, loads source material, applies filters or third-party plugins, and emits frames through tools such as `vspipe` into encoders or preview applications. Package users care about the plugin ABI, Python bindings, bundled command-line tools, and whether the build exposes the same core behavior across macOS, Linux, and Windows.
Compared with line-oriented command-line transcoders, VapourSynth is usually not the final encoder. It is the programmable preprocessing layer: a precise, reproducible scriptable frameserver that can be inserted before x264, x265, FFmpeg-based workflows, or specialized restoration/upscaling pipelines.
For package maintainers, VapourSynth is interesting because it sits at the boundary between native multimedia libraries, Python packaging, and a plugin ecosystem. A useful package must provide the core library, Python module, command-line bridge, and enough ABI stability for separately packaged filters.
Its history also explains why distributions package it even though the audience is specialized: it is one of the main modern heirs to AviSynth-style scripted video processing, and it made that workflow portable and Python-based instead of tied to older Windows-centric tooling.
security posture
broad file, network, media, or database tool signal.
blue risk · medium confidence · tool
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
vapoursynth | cli | global executable | |
vspipe | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/vapoursynth/vapoursynth
install metadata
| Package key | brew:vapoursynth |
|---|---|
| Version | 77 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/vapoursynth |
| Homepage | https://www.vapoursynth.com |
| Repository | https://github.com/vapoursynth/vapoursynth |
| Upstream docs | https://www.vapoursynth.com/doc |
| License | LGPL-2.1-or-later |
| Source archive | https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R77.tar.gz |
| Last updated | 2026-06-22T14:06:34-07:00 |
| Pulse | updated |
| Dependencies | python@3.14, zimg |
| Build dependencies | ninja, pkgconf |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
| Caveats | This formula does not contain optional filters that require extra dependencies. To use vapoursynth.core.bs, execute: brew install vapoursynth-bestsource To use vapoursynth.core.ocr, execute: brew install vapoursynth-ocr To use vapoursynth.core.sub, execute: brew install vapoursynth-sub To use vapoursynth.core.ffms2, execute: brew install ffms2 For more information regarding plugins, please visit: https://www.vapoursynth.com/doc/installation.html#plugins-and-scripts |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | vapoursynth |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
vapoursynth
nix profile install nixpkgs#vapoursynthpython3-vapoursynth 73-2.fc45
Python interface for VapourSynth
sudo dnf install python3-vapoursynthvapoursynth-devel 73-2.fc45
Development files for vapoursynth
sudo dnf install vapoursynth-develvapoursynth-libs 73-2.fc45
VapourSynth's core library with a C++ API
sudo dnf install vapoursynth-libsvapoursynth-tools 73-2.fc45
Extra tools for VapourSynth
sudo dnf install vapoursynth-toolsvapoursynth 76-1
A video processing framework with the future in mind
sudo pacman -S vapoursynthlibvapoursynth4 76-1.1
A video processing framework
sudo zypper install libvapoursynth4libvsscript0 76-1.1
Library for interfacing Python with VapourSynth
sudo zypper install libvsscript0python3-vapoursynth 76-1.1
Python interface for VapourSynth
sudo zypper install python3-vapoursynthvapoursynth-devel 76-1.1
Development files for VapourSynth
sudo zypper install vapoursynth-develvapoursynth-tools 76-1.1
Extra tools for VapourSynth
sudo zypper install vapoursynth-toolsvapoursynth
sudo port install vapoursynthmain/vapoursynth
scoop install main/vapoursynthVapourSynth.VapourSynth
winget install --id VapourSynth.VapourSynth -esource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.