Automic VaultAutomic Vault

brew

Install vapoursynth with Homebrew, dnf, MacPorts, Nix, pacman, scoop, winget, zypper

Video processing framework with simplicity in mind. Version 77 via Homebrew; verified 2026-06-22.

install

Additional install commands

macOS

Homebrewverified · 100%
brew install vapoursynth

local Homebrew formula metadata

MacPortsverified · 94%
sudo port install vapoursynth

MacPorts ports tree · multimedia/vapoursynth/Portfile · source: api.github.com

Linux

Fedora dnfverified · 92%
sudo dnf install python3-vapoursynth

Fedora Rawhide package metadata · python3-vapoursynth · source: dl.fedoraproject.org

Nixverified · 92%
nix profile install nixpkgs#vapoursynth

nixpkgs package indexes · pkgs/by-name/va/vapoursynth/package.nix · source: api.github.com

Arch Linux pacmanverified · 92%
sudo pacman -S vapoursynth

Arch Linux sync databases · vapoursynth · source: geo.mirror.pkgbuild.com

openSUSE zypperverified · 92%
sudo zypper install libvapoursynth4

openSUSE Tumbleweed package metadata · libvapoursynth4 · source: download.opensuse.org

Windows

Scoopverified · 92%
scoop install main/vapoursynth

Scoop official bucket manifest trees · bucket/vapoursynth.json · source: api.github.com

Windows Package Managerverified · 92%
winget install --id VapourSynth.VapourSynth -e

Windows Package Manager source index · VapourSynth.VapourSynth · source: cdn.winget.microsoft.com

overview

Package summary

Video processing framework with simplicity in mind

Commands and aliases

  • vapoursynth
  • vspipe

history

Project history and usage

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.

Project history

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.

Adoption history

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.

How it is used

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.

Why package nerds care

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.

Timeline

  • 2012: Official documentation copyright begins and early R15/R16 release posts describe API and AviSynth-compatibility work.
  • 2013: R22 adds Windows x64 support, removes Qt, moves core code toward C++11, and improves thread safety.
  • 2026: GitHub release history shows R77 as the latest release in June 2026.

Related projects

  • AviSynth is the direct conceptual predecessor and compatibility target.
  • VapourSynth plugins and scripts, including ports of AviSynth filters, form much of the practical ecosystem around the core.

Sources

  • Official December 2013 release archive: https://www.vapoursynth.com/2013/12/
  • Official GitHub repository: https://github.com/vapoursynth/vapoursynth
  • Official November 2012 release archive: https://www.vapoursynth.com/2012/11/
  • Official introduction: https://www.vapoursynth.com/doc/introduction.html

security posture

Risk level: blue

broad file, network, media, or database tool signal.

Risk classifier

blue risk · medium confidence · tool

Why

  • broad file, network, media, or database tool signal

Signals

  • text:video

Install behavior

  • No Homebrew post-install hook is recorded in formula metadata.
  • Homebrew bottle metadata is available for 6 platform targets.
  • Installs with 2 runtime dependencies.
  • Build metadata lists 2 build dependencies.

Recommended review

Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.

executables

Installed executables

CommandKindExposureNote
vapoursynthcliglobal executable
vspipecliglobal executable

freshness

Version and 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.

page generated2026-07-08
manager version77
manager updated2026-06-22
local dataok
upstreamnot checked
latest detectednot detected

https://github.com/vapoursynth/vapoursynth

install metadata

Package metadata

Package keybrew:vapoursynth
Version77
Package managerHomebrew
Package manager pagehttps://formulae.brew.sh/formula/vapoursynth
Homepagehttps://www.vapoursynth.com
Repositoryhttps://github.com/vapoursynth/vapoursynth
Upstream docshttps://www.vapoursynth.com/doc
LicenseLGPL-2.1-or-later
Source archivehttps://github.com/vapoursynth/vapoursynth/archive/refs/tags/R77.tar.gz
Last updated2026-06-22T14:06:34-07:00
Pulseupdated
Dependenciespython@3.14, zimg
Build dependenciesninja, pkgconf
Bottleavailable (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux)
Homebrew post-installnot defined
Servicenone declared
CaveatsThis 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 details

Source DatabaseHomebrew formula API
Taphomebrew/core
Full Namevapoursynth
Version Scheme0
Revision0
Head VersionHEAD
Bottle Stable Root URLhttps://ghcr.io/v2/homebrew/core
Deprecatedno
Disabledno
Keg Onlyno
URL Keys
  • head
  • stable

source database matches

Other package-manager records

Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.

Nix95%

vapoursynth

nix profile install nixpkgs#vapoursynth
  • normalized package name match
  • Matched by: Vapoursynth
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/va/vapoursynth/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
dnf95%

python3-vapoursynth 73-2.fc45

Python interface for VapourSynth

http://www.vapoursynth.com

sudo dnf install python3-vapoursynth
  • License: LGPL-2.1-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: vapoursynth
  • 5 dependencies
  • 5 provides
  • normalized package name match
  • Matched by: Vapoursynth
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: python3-vapoursynth from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

vapoursynth-devel 73-2.fc45

Development files for vapoursynth

http://www.vapoursynth.com

sudo dnf install vapoursynth-devel
  • License: LGPL-2.1-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: vapoursynth
  • 5 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Vapoursynth
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: vapoursynth-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

vapoursynth-libs 73-2.fc45

VapourSynth's core library with a C++ API

http://www.vapoursynth.com

sudo dnf install vapoursynth-libs
  • License: LGPL-2.1-only
  • Category: Unspecified
  • Architecture: i686
  • Source Package: vapoursynth
  • 8 dependencies
  • 5 provides
  • normalized package name match
  • Matched by: Vapoursynth
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: vapoursynth-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
dnf95%

vapoursynth-tools 73-2.fc45

Extra tools for VapourSynth

http://www.vapoursynth.com

sudo dnf install vapoursynth-tools
  • License: LGPL-2.1-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: vapoursynth
  • 6 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Vapoursynth
Fedora Rawhide package metadata · dl.fedoraproject.org · Fedora Rawhide package metadata: vapoursynth-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst
pacman95%

vapoursynth 76-1

A video processing framework with the future in mind

http://www.vapoursynth.com/

sudo pacman -S vapoursynth
  • License: LGPL-2.1-only AND OFL-1.1
  • Architecture: x86_64
  • 2 dependencies
  • normalized package name match
  • Matched by: Vapoursynth
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: vapoursynth from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
zypper95%

libvapoursynth4 76-1.1

A video processing framework

https://www.vapoursynth.com/

sudo zypper install libvapoursynth4
  • License: LGPL-2.1-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: vapoursynth
  • 7 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Vapoursynth
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libvapoursynth4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

libvsscript0 76-1.1

Library for interfacing Python with VapourSynth

https://www.vapoursynth.com/

sudo zypper install libvsscript0
  • License: LGPL-2.1-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: vapoursynth
  • 6 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Vapoursynth
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: libvsscript0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

python3-vapoursynth 76-1.1

Python interface for VapourSynth

https://www.vapoursynth.com/

sudo zypper install python3-vapoursynth
  • License: LGPL-2.1-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: vapoursynth
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Vapoursynth
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: python3-vapoursynth from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

vapoursynth-devel 76-1.1

Development files for VapourSynth

https://www.vapoursynth.com/

sudo zypper install vapoursynth-devel
  • License: LGPL-2.1-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: vapoursynth
  • 3 dependencies
  • 2 provides
  • normalized package name match
  • Matched by: Vapoursynth
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: vapoursynth-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
zypper95%

vapoursynth-tools 76-1.1

Extra tools for VapourSynth

https://www.vapoursynth.com/

sudo zypper install vapoursynth-tools
  • License: LGPL-2.1-only
  • Category: Unspecified
  • Architecture: x86_64
  • Source Package: vapoursynth
  • 4 dependencies
  • 1 provides
  • normalized package name match
  • Matched by: Vapoursynth
openSUSE Tumbleweed package metadata · download.opensuse.org · openSUSE Tumbleweed package metadata: vapoursynth-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst
MacPorts95%

vapoursynth

sudo port install vapoursynth
  • normalized package name match
  • Matched by: Vapoursynth
MacPorts ports tree · api.github.com · MacPorts ports tree: multimedia/vapoursynth/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
Scoop95%

main/vapoursynth

scoop install main/vapoursynth
  • normalized package name match
  • Matched by: Vapoursynth
Scoop official bucket manifest trees · api.github.com · Scoop official bucket manifest trees: bucket/vapoursynth.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
winget95%

VapourSynth.VapourSynth

winget install --id VapourSynth.VapourSynth -e
  • normalized package name match
  • Matched by: Vapoursynth
Windows Package Manager source index · cdn.winget.microsoft.com · Windows Package Manager source index: VapourSynth.VapourSynth from https://cdn.winget.microsoft.com/cache/source.msix

source trail

Generated from repository data

This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.

Used sources

  • Geiger risk classifier
  • Nucleus package database
  • av.db category and tag curation
  • cross-ecosystem install command graph
  • curated package history
  • external package-manager database matches
  • package relationship graph
  • package version freshness
  • package-page enrichment