# 使用 Homebrew, MacPorts, Nix, pacman 安装 av1an

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

## 安装

```sh
sudo av install brew:av1an
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install av1an
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install av1an
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#av1an
```

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

- pacman (92%):

```sh
sudo pacman -S av1an
```

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

## 软件包事实

- **软件包键:** brew:av1an
- **软件包管理器:** Homebrew
- **版本:** 0.5.2
- **来源摘要:** Cross-platform command-line encoding framework
- **主页:** <https://github.com/rust-av/Av1an>
- **仓库:** <https://github.com/rust-av/Av1an>
- **最后更新:** 2026-05-26T08:47:17Z
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- av1an (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

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

Av1an is a Rust command-line video encoding framework built around parallel chunked encoding and quality-driven workflows. Although its name foregrounds AV1, the official README documents support for AV1, VP8/VP9, H.264/AVC, and H.265/HEVC encoders.

### 项目历史

The GitHub project dates from 2020, in the period when AV1 encoders such as aomenc, rav1e, and SVT-AV1 were powerful but slow enough that CPU utilization and chunking strategy mattered. Av1an's README describes its purpose as increasing encoding speed and improving CPU utilization by running multiple encoder processes in parallel.

The project later moved under the rust-av organization and developed a broader documentation site. Its feature set grew beyond simple parallelism into target-quality mode, VMAF plotting, resume support, VapourSynth script support, Docker images, and multiple encoder backends.

### 采用历史

Av1an gained traction among video-encoding enthusiasts because it wrapped a stack that otherwise required careful manual scripting: FFmpeg, VapourSynth, metric tools such as VMAF, and separate executable encoders. The official README points to package-manager installation, Cargo, Docker images, Windows release binaries, and nightly builds.

The input records packages in Homebrew, MacPorts, Nix, and Arch, matching the project's audience: users comfortable with command-line video pipelines who want a reproducible binary rather than a pile of ad hoc shell scripts.

### 使用方式

The simplest usage is `av1an -i input.mkv -o output.mkv`; more advanced usage passes encoder parameters, worker counts, audio settings, logs, target quality, and VapourSynth inputs. Av1an requires FFmpeg and at least one supported executable encoder, not merely an encoder library package.

Its practical role is orchestration: split or index input, run multiple encode jobs, measure quality when requested, and assemble output. That makes it attractive on high-core-count machines where a single encoder instance would leave CPU resources unused.

### 为什么软件包爱好者会关心

Av1an is package-nerd significant because it exposes the messy boundary between video codec libraries, encoder executables, metrics tools, FFmpeg, VapourSynth plugins, and Rust distribution. Packaging it is not just shipping one binary; users expect the binary to find a working media toolchain.

### 时间线

- 2020: GitHub repository created for Av1an.
- 2020s: Rust implementation and documentation site developed under the rust-av organization.
- 2020s: README documents Cargo, package-manager, Docker, Windows release, and nightly installation paths.
- 2020s: Target Quality, VMAF plotting, VapourSynth support, and multi-encoder support become core documented features.

### Related projects

- aomenc, SVT-AV1, and rav1e: AV1 encoders supported by Av1an.
- vpxenc, x264, and x265: non-AV1 encoder backends supported by Av1an.
- FFmpeg and VapourSynth: required or common parts of Av1an workflows.
- Netflix VMAF: quality metric used by Av1an target-quality workflows.

### 来源

- <https://github.com/rust-av/Av1an>
- <https://raw.githubusercontent.com/rust-av/Av1an/master/README.md>
- <https://rust-av.github.io/Av1an>
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

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

- Nix - av1an: normalized package name match | nixpkgs package indexes: pkgs/by-name/av/av1an/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - av1an - 0.5.2-2: normalized package name match | Arch Linux sync databases: av1an from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Cross-platform command-line encoding framework with per scene quality encoding | https://github.com/rust-av/Av1an
- MacPorts - av1an: normalized package name match | MacPorts ports tree: multimedia/av1an/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

View the package source record on GitHub. [combined/av1an.yml](https://github.com/mxcl/pkgdb/blob/main/combined/av1an.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
