# 使用 Homebrew, MacPorts, Nix, pacman, dnf, scoop, winget, zypper 安装 vapoursynth

查看 vapoursynth 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

```sh
sudo av install brew:vapoursynth
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install vapoursynth
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vapoursynth
```

  证据: MacPorts ports tree: multimedia/vapoursynth/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#vapoursynth
```

  证据: nixpkgs package indexes: pkgs/by-name/va/vapoursynth/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S vapoursynth
```

  证据: Arch Linux sync databases: vapoursynth from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- dnf (92%):

```sh
sudo dnf install python3-vapoursynth
```

  证据: Fedora Rawhide package metadata: python3-vapoursynth from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- zypper (92%):

```sh
sudo zypper install libvapoursynth4
```

  证据: openSUSE Tumbleweed package metadata: libvapoursynth4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Scoop (92%):

```sh
scoop install main/vapoursynth
```

  证据: Scoop official bucket manifest trees: bucket/vapoursynth.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1

- winget (92%):

```sh
winget install --id VapourSynth.VapourSynth -e
```

  证据: Windows Package Manager source index: VapourSynth.VapourSynth from https://cdn.winget.microsoft.com/cache/source.msix

## 软件包事实

- **软件包键:** brew:vapoursynth
- **软件包管理器:** Homebrew
- **版本:** 77
- **来源摘要:** Video processing framework with simplicity in mind
- **主页:** <https://www.vapoursynth.com>
- **仓库:** <https://github.com/vapoursynth/vapoursynth>
- **最后更新:** 2026-06-22T14:06:34-07:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- vapoursynth (别名)
- vspipe (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 77
## 项目历史与用法

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.

### 时间线

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

### 来源

- 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


## 安全说明

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

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 其他软件包管理器记录

- Nix - vapoursynth: normalized package name match | nixpkgs package indexes: pkgs/by-name/va/vapoursynth/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- dnf - python3-vapoursynth - 73-4.fc45: normalized package name match | Fedora Rawhide package metadata: python3-vapoursynth from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Python interface for VapourSynth | http://www.vapoursynth.com
- dnf - vapoursynth-devel - 73-4.fc45: normalized package name match | Fedora Rawhide package metadata: vapoursynth-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Development files for vapoursynth | http://www.vapoursynth.com
- dnf - vapoursynth-libs - 73-4.fc45: normalized package name match | Fedora Rawhide package metadata: vapoursynth-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | VapourSynth's core library with a C++ API | http://www.vapoursynth.com
- dnf - vapoursynth-tools - 73-4.fc45: normalized package name match | Fedora Rawhide package metadata: vapoursynth-tools from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst | Extra tools for VapourSynth | http://www.vapoursynth.com
- pacman - vapoursynth - 77-2: normalized package name match | Arch Linux sync databases: vapoursynth from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A video processing framework with the future in mind | http://www.vapoursynth.com/
- zypper - libvapoursynth4 - 78-1.1: normalized package name match | openSUSE Tumbleweed package metadata: libvapoursynth4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | A video processing framework | https://www.vapoursynth.com/
- zypper - libvsscript0 - 78-1.1: normalized package name match | openSUSE Tumbleweed package metadata: libvsscript0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Library for interfacing Python with VapourSynth | https://www.vapoursynth.com/
- zypper - python3-vapoursynth - 78-1.1: normalized package name match | openSUSE Tumbleweed package metadata: python3-vapoursynth from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Python interface for VapourSynth | https://www.vapoursynth.com/
- zypper - vapoursynth-devel - 78-1.1: normalized package name match | openSUSE Tumbleweed package metadata: vapoursynth-devel from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Development files for VapourSynth | https://www.vapoursynth.com/
- zypper - vapoursynth-tools - 78-1.1: normalized package name match | openSUSE Tumbleweed package metadata: vapoursynth-tools from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst | Extra tools for VapourSynth | https://www.vapoursynth.com/
- MacPorts - vapoursynth: normalized package name match | MacPorts ports tree: multimedia/vapoursynth/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Scoop - main/vapoursynth: normalized package name match | Scoop official bucket manifest trees: bucket/vapoursynth.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - VapourSynth.VapourSynth: normalized package name match | Windows Package Manager source index: VapourSynth.VapourSynth from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

View the package source record on GitHub. [combined/vapoursynth.yml](https://github.com/mxcl/pkgdb/blob/main/combined/vapoursynth.yml)


## 来源

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
