# Install av1an with Homebrew, MacPorts, Nix, pacman

Cross-platform command-line encoding framework. Version 0.5.2 via Homebrew; verified 2026-05-26.

## Install

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

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install av1an
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install av1an
```

  Evidence: 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
```

  Evidence: 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
```

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

## Package facts

- **Package key:** brew:av1an
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/av1an>
- **Version:** 0.5.2
- **Source summary:** Cross-platform command-line encoding framework
- **Homepage:** <https://github.com/rust-av/Av1an>
- **Repository:** <https://github.com/rust-av/Av1an>
- **Upstream docs:** <https://github.com/rust-av/Av1an#readme>
- **License:** GPL-3.0-only
- **Source archive:** <https://github.com/rust-av/Av1an/archive/refs/tags/v0.5.2.tar.gz>
- **Last updated:** 2026-05-26T08:47:17Z
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- av1an (cli)
- av1an (alias)

## Dependencies

- ffmpeg
- mkvtoolnix
- vapoursynth

## Build dependencies

- rust

## Install behavior

- Post-install hook: not defined
- Bottle: available on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## Freshness

- Page generated: 2026-07-08
- Package-manager version: 0.5.2
- Package-manager updated: 2026-05-26
- Local data: ok
- Upstream repository: https://github.com/rust-av/Av1an
- Upstream latest detected: v0.5.2 (current)
## Project history and usage

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.

### Project history

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.

### Adoption history

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.

### How it is used

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.

### Why package nerds care

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.

### Timeline

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

### Sources

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


## Security Notes

narrow executable package without higher-risk signals.

- **Geiger risk:** green / low
- narrow executable package without higher-risk signals

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** av1an
- **Version Scheme:** 0
- **Revision:** 1
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## Other Package-Manager Records

- 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


## Related links

- [Source-control packages](https://www.automicvault.com/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://www.automicvault.com/pkg/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://www.automicvault.com/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [ffmpeg](https://www.automicvault.com/pkg/brew/ffmpeg/) - Runtime dependency declared by Homebrew.
- [mkvtoolnix](https://www.automicvault.com/pkg/brew/mkvtoolnix/) - Runtime dependency declared by Homebrew.
- [vapoursynth](https://www.automicvault.com/pkg/brew/vapoursynth/) - Runtime dependency declared by Homebrew.
- [rust](https://www.automicvault.com/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [ab-av1](https://www.automicvault.com/pkg/brew/ab-av1/) - Shares av.db curated category or tags: av1, cli, encoding, media, video.
- [aom](https://www.automicvault.com/pkg/brew/aom/) - Shares av.db curated category or tags: av1, cli, media, video.
- [dav1d](https://www.automicvault.com/pkg/brew/dav1d/) - Shares av.db curated category or tags: av1, cli, media, video.
- [handbrake](https://www.automicvault.com/pkg/brew/handbrake/) - Shares av.db curated category or tags: cli, encoding, media, video.
- [mjpegtools](https://www.automicvault.com/pkg/brew/mjpegtools/) - Shares av.db curated category or tags: cli, encoding, media, video.
- [vs-preview](https://www.automicvault.com/pkg/brew/vs-preview/) - Shares av.db curated category or tags: cli, encoding, media, video.
- [abcde](https://www.automicvault.com/pkg/brew/abcde/) - Shares av.db curated category or tags: cli, encoding, media.
- [alass](https://www.automicvault.com/pkg/brew/alass/) - Shares av.db curated category or tags: cli, media, video.
- [ffmpegthumbnailer](https://www.automicvault.com/pkg/brew/ffmpegthumbnailer/) - Both packages work with overlapping file formats or content types. Shared terms: cli, ffmpeg, media, video.

## Combined YAML source

View the package source record on GitHub. [combined/av1an.yml](https://github.com/automic-vault/db/blob/main/combined/av1an.yml)


## Sources

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