macOS
brew install vapoursynthlocal Homebrew formula metadata
sudo port install vapoursynthMacPorts ports tree · multimedia/vapoursynth/Portfile · Quelle: api.github.com
brew / Rang 838
Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für vapoursynth in AI-Agent-Workflows.
Installation
brew install vapoursynthlocal Homebrew formula metadata
sudo port install vapoursynthMacPorts ports tree · multimedia/vapoursynth/Portfile · Quelle: api.github.com
nix profile install nixpkgs#vapoursynthnixpkgs package indexes · pkgs/by-name/va/vapoursynth/package.nix · Quelle: api.github.com
sudo pacman -S vapoursynthArch Linux sync databases · vapoursynth · Quelle: geo.mirror.pkgbuild.com
sudo dnf install python3-vapoursynthFedora Rawhide package metadata · python3-vapoursynth · Quelle: dl.fedoraproject.org
sudo zypper install libvapoursynth4openSUSE Tumbleweed package metadata · libvapoursynth4 · Quelle: download.opensuse.org
scoop install main/vapoursynthScoop official bucket manifest trees · bucket/vapoursynth.json · Quelle: api.github.com
winget install --id VapourSynth.VapourSynth -eWindows Package Manager source index · VapourSynth.VapourSynth · Quelle: cdn.winget.microsoft.com
Überblick
Video processing framework with simplicity in mind
Verlauf
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.
Sicherheitslage
broad file, network, media, or database tool signal.
blue Risiko · mittel Konfidenz · tool
Prüfe vor unbeaufsichtigter Agent-Nutzung, ob das Tool Klartext-Credentials liest, Remote-Zustand schreibt, Artefakte veröffentlicht oder Plugins ausführt.
Executables
| Befehl | Art | Sichtbarkeit | Hinweis |
|---|---|---|---|
vapoursynth | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
vspipe | Executable | indexiertes Executable | Aus dem lokalen Executable-Index erkannt. |
Aktualität
Diese Signale trennen das Alter der Seitengenerierung, Aktivität des Paketmanagers und Upstream-Release-Vergleich. Versionsrückstand wird nur gemeldet, wenn eine Evidenz-URL und vergleichbare Versionen vorhanden sind.
Installationsmetadaten
| Paketschlüssel | brew:vapoursynth |
|---|---|
| Version | 77 |
| Paketmanager | Homebrew |
| Homepage | https://www.vapoursynth.com |
| Repository | https://github.com/vapoursynth/vapoursynth |
| Zuletzt aktualisiert | 2026-06-22T14:06:34-07:00 |
| Pulse | updated |
| Bottle | nicht erfasst |
| Dienst | keiner deklariert |
Source-Datenbank-Treffer
Treffer stammen aus externen Paketmanager-Indizes und bleiben von lokalen Automic-Vault-Paketlinks getrennt.
vapoursynth
nix profile install nixpkgs#vapoursynthpython3-vapoursynth 73-4.fc45
Python interface for VapourSynth
sudo dnf install python3-vapoursynthvapoursynth-devel 73-4.fc45
Development files for vapoursynth
sudo dnf install vapoursynth-develvapoursynth-libs 73-4.fc45
VapourSynth's core library with a C++ API
sudo dnf install vapoursynth-libsvapoursynth-tools 73-4.fc45
Extra tools for VapourSynth
sudo dnf install vapoursynth-toolsvapoursynth 77-2
A video processing framework with the future in mind
sudo pacman -S vapoursynthlibvapoursynth4 78-1.1
A video processing framework
sudo zypper install libvapoursynth4libvsscript0 78-1.1
Library for interfacing Python with VapourSynth
sudo zypper install libvsscript0python3-vapoursynth 78-1.1
Python interface for VapourSynth
sudo zypper install python3-vapoursynthvapoursynth-devel 78-1.1
Development files for VapourSynth
sudo zypper install vapoursynth-develvapoursynth-tools 78-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 -eQuellspur
Diese Seite wird von av-web aus dem privaten Paket-SQLite-Artefakt bereitgestellt, das scripts/generate-pkg-sqlite.py erstellt.
View the package source record on GitHub.