# Install gpac with Homebrew, chocolatey, dnf, MacPorts, Nix, pacman, scoop, apt, winget

Multimedia framework for research and academic purposes. Version 26.02.0 via Homebrew; verified 2026-06-18.

## Install

```sh
sudo av install brew:gpac
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install gpac
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install gpac
```

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

### Linux

- dnf (92%):

```sh
sudo dnf install gpac
```

  Evidence: Fedora Rawhide package metadata: gpac from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst

- Nix (92%):

```sh
nix profile install nixpkgs#gpac
```

  Evidence: nixpkgs package indexes: pkgs/by-name/gp/gpac/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S gpac
```

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

- Ubuntu apt (92%):

```sh
sudo apt install gpac
```

  Evidence: Ubuntu 24.04 LTS package indexes: gpac from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz

### Windows

- Chocolatey (92%):

```sh
choco install gpac
```

  Evidence: Chocolatey community package catalog: gpac from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.5836','capture'

- Scoop (92%):

```sh
scoop install main/gpac
```

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

- winget (92%):

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

  Evidence: Windows Package Manager source index: GPAC.GPAC from https://cdn.winget.microsoft.com/cache/source.msix

## Package facts

- **Package key:** brew:gpac
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/gpac>
- **Version:** 26.02.0
- **Source summary:** Multimedia framework for research and academic purposes
- **Homepage:** <https://gpac.io/>
- **Repository:** <https://github.com/gpac/gpac>
- **Upstream docs:** <https://wiki.gpac.io/>
- **License:** LGPL-2.1-or-later
- **Source archive:** <https://github.com/gpac/gpac/archive/refs/tags/v26.02.0.tar.gz>
- **Last updated:** 2026-06-18T02:28:58-04:00
- **Generated:** 2026-07-08T07:18:31+00:00

## Executables

- MP4Box (cli)
- gpac (cli)
- MP4Box (alias)
- gpac (alias)

## Dependencies

- ffmpeg
- freetype
- jpeg-turbo
- libnghttp2
- libogg
- libpng
- libvorbis
- libx11
- libxext
- openjpeg
- openssl@3
- sdl2-compat
- theora
- xz

## Build dependencies

- pkgconf

## 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: 26.02.0
- Package-manager updated: 2026-06-18
- Local data: ok
- Upstream repository: https://github.com/gpac/gpac
- Upstream latest detected: v26.02.0 (current)
## Project history and usage

GPAC is an open-source multimedia framework for standards-oriented media processing, packaging, streaming, playback, inspection, and interaction. It is especially known in packaging circles for MP4Box and for deep support of MP4/ISOBMFF, MPEG-DASH, CMAF, and related media standards.

### Project history

The GPAC FAQ says the project's seeds were planted by Jean Le Feuvre in New York while working on MPEG-4 ideas, and that researchers later helped keep the codebase available as a fully open-source project. The repository README says GPAC started as a startup in NYC, gained traction from research and a nascent multimedia community, and was open-sourced in 2003.

The Git repository history imported from earlier CVS begins in 2005, and the project later moved through long-running 0.x releases to 1.x, 2.x, and calendar-style 26.x release tags. The README identifies Telecom Paris's MultiMedia group as the main development home, with external contributors and industrial R&D collaborations.

### Adoption history

GPAC's adoption is strongest where media engineers need standards-conformant tooling rather than a single-purpose transcoder. Its README names video enthusiasts, academic researchers, standardization bodies, and professional broadcasters as common audiences, and the project provides installers and packages across desktop, server, and mobile platforms.

### How it is used

Users commonly invoke MP4Box for MP4 import, extraction, inspection, DASH segmentation, RTP hinting, and packaging operations. The `gpac` application exposes the framework's filter engine directly, letting users build arbitrary media-processing pipelines from filters.

### Why package nerds care

For package maintainers, GPAC is the kind of media package that pulls weight far beyond its formula name: MP4Box is a fixture in packaging scripts, test corpora, streaming workflows, and academic demos, while libgpac and bindings make the framework embeddable. The challenge is balancing a large codec/container feature surface with reproducible builds and platform-specific media dependencies.

### Timeline

- 2003: GPAC is open-sourced according to the official README.
- 2005: CVS-derived repository history begins in the Git import.
- 2015: v0.5.2 is tagged as the first GitHub-versioned release in the repository history.
- 2020: v0.9.0 and v1.0.0 tags appear around the filter-era framework work cited by the README.
- 2022: v2.0.0 is tagged as GPAC 2.0.
- 2026: v26.02.0 is tagged as GPAC Release 26.02.

### Related projects

- MP4Box is the best-known GPAC command-line tool and shares the same source tree.
- libgpac is the embeddable library beneath GPAC tools.
- MP4Box.js is a JavaScript project inspired by GPAC's MP4Box tool.
- The GPAC testsuite repository carries conformance and regression tests for the framework.

### Sources

- <https://github.com/gpac/gpac>
- <https://gpac.io/faq/>
- <https://raw.githubusercontent.com/gpac/gpac/master/README.md>
- <https://wiki.gpac.io/>
- <https://wiki.gpac.io/Filters/Filters>
- <https://wiki.gpac.io/MP4Box/MP4Box>


## Security Notes

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

- **Geiger risk:** blue / medium
- broad file, network, media, or database tool signal

## Source Database Details

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** gpac
- **Aliases:** mp4box
- **Version Scheme:** 0
- **Revision:** 0
- **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 - gpac: normalized package name match | nixpkgs package indexes: pkgs/by-name/gp/gpac/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - gpac - 2.2.1+dfsg1-3.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: gpac from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GPAC Project on Advanced Content - utilities | https://gpac.wp.mines-telecom.fr/
- Ubuntu apt - gpac-modules-base - 2.2.1+dfsg1-3.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: gpac-modules-base from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GPAC Project on Advanced Content - modules | https://gpac.wp.mines-telecom.fr/
- Ubuntu apt - libgpac-dev - 2.2.1+dfsg1-3.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgpac-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GPAC Project on Advanced Content - development files | https://gpac.wp.mines-telecom.fr/
- Ubuntu apt - libgpac12t64 - 2.2.1+dfsg1-3.1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: libgpac12t64 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | GPAC Project on Advanced Content - shared libraries | https://gpac.wp.mines-telecom.fr/
- dnf - gpac - 26.02.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: gpac from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | MPEG-4 multimedia framework | https://gpac.io/
- dnf - gpac-devel - 26.02.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: gpac-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development libraries and files for gpac | https://gpac.io/
- dnf - gpac-doc - 26.02.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: gpac-doc from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Documentation for gpac | https://gpac.io/
- dnf - gpac-libs - 26.02.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: gpac-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Library for gpac | https://gpac.io/
- dnf - gpac-static - 26.02.0-1.fc45: normalized package name match | Fedora Rawhide package metadata: gpac-static from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Development libraries and files for gpac | https://gpac.io/
- pacman - gpac - 1:2.4.0-1: normalized package name match | Arch Linux sync databases: gpac from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A multimedia framework based on the MPEG-4 Systems standard | https://gpac.wp.imt.fr/
- MacPorts - gpac: normalized package name match | MacPorts ports tree: multimedia/gpac/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - gpac: normalized package name match | Chocolatey community package catalog: gpac from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='6.5836','capture'
- Scoop - main/gpac: normalized package name match | Scoop official bucket manifest trees: bucket/gpac.json from https://api.github.com/repos/ScoopInstaller/Main/git/trees/master?recursive=1
- winget - GPAC.GPAC: normalized package name match | Windows Package Manager source index: GPAC.GPAC from https://cdn.winget.microsoft.com/cache/source.msix


## Related links

- [Package publisher tools](https://www.automicvault.com/pkg/package-publishers/) - Belongs to a package publishing or registry command family.
- [Secret-risk packages](https://www.automicvault.com/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/pkg/terminal-utilities/) - Matched terminal and command-line workflow 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.
- [freetype](https://www.automicvault.com/pkg/brew/freetype/) - Runtime dependency declared by Homebrew.
- [jpeg-turbo](https://www.automicvault.com/pkg/brew/jpeg-turbo/) - Runtime dependency declared by Homebrew.
- [libpng](https://www.automicvault.com/pkg/brew/libpng/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [ccextractor](https://www.automicvault.com/pkg/brew/ccextractor/) - Popular package that depends on this formula.
- [mkvtomp4](https://www.automicvault.com/pkg/brew/mkvtomp4/) - Popular package that depends on this formula.
- [gstreamer](https://www.automicvault.com/pkg/brew/gstreamer/) - Shares av.db curated category or tags: cli, media, multimedia, streaming.
- [animdl](https://www.automicvault.com/pkg/brew/animdl/) - Shares av.db curated category or tags: cli, media, streaming.
- [atomicparsley](https://www.automicvault.com/pkg/brew/atomicparsley/) - Shares av.db curated category or tags: cli, media, mp4.
- [bento4](https://www.automicvault.com/pkg/brew/bento4/) - Shares av.db curated category or tags: cli, media, mp4.
- [darkice](https://www.automicvault.com/pkg/brew/darkice/) - Shares av.db curated category or tags: cli, media, streaming.
- [ffmpeg-full](https://www.automicvault.com/pkg/brew/ffmpeg-full/) - Shares av.db curated category or tags: cli, media, streaming.
- [go-librespot](https://www.automicvault.com/pkg/brew/go-librespot/) - Shares av.db curated category or tags: cli, media, streaming.
- [handbrake](https://www.automicvault.com/pkg/brew/handbrake/) - Local package facts share a topical domain. Shared terms: cli, freetype, jpeg, jpeg-turbo, libogg.
- [mlt](https://www.automicvault.com/pkg/brew/mlt/) - Local package facts share a topical domain. Shared terms: cli, compat, ffmpeg, framework, freetype.
- [ocp](https://www.automicvault.com/pkg/brew/ocp/) - Local package facts share a topical domain. Shared terms: cli, freetype, jpeg, jpeg-turbo, libogg.

## Combined YAML source

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