# Install mp4ff with Homebrew, MacPorts

Tools for parsing and manipulating MP4/ISOBMFF files. Version 0.55.0 via Homebrew; verified 2026-07-29. Also installable with macports: sudo port install mp4ff.

## Install

```sh
sudo av install brew:mp4ff
```

Additional install commands:

### macOS

- Homebrew (100%):

```sh
brew install mp4ff
```

  Evidence: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install mp4ff
```

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

## Package facts

- **Package key:** brew:mp4ff
- **Package manager:** Homebrew
- **Package manager page:** <https://formulae.brew.sh/formula/mp4ff>
- **Version:** 0.55.0
- **Source summary:** Tools for parsing and manipulating MP4/ISOBMFF files
- **Homepage:** <https://github.com/Eyevinn/mp4ff>
- **Repository:** <https://github.com/Eyevinn/mp4ff>
- **License:** MIT
- **Source archive:** <https://github.com/Eyevinn/mp4ff/archive/refs/tags/v0.55.0.tar.gz>
- **Last updated:** 2026-07-29T17:05:01+02:00
- **Generated:** 2026-08-04T22:13:35+00:00

## Executables

- mp4ff-crop (cli)
- mp4ff-decrypt (cli)
- mp4ff-encrypt (cli)
- mp4ff-info (cli)
- mp4ff-mvhevc (cli)
- mp4ff-nallister (cli)
- mp4ff-pslister (cli)
- mp4ff-subslister (cli)
- mp4ff-crop (alias)
- mp4ff-decrypt (alias)
- mp4ff-encrypt (alias)
- mp4ff-info (alias)
- mp4ff-mvhevc (alias)
- mp4ff-nallister (alias)
- mp4ff-pslister (alias)
- mp4ff-subslister (alias)

## Build dependencies

- go

## 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-08-04
- Package-manager version: 0.55.0
- Package-manager updated: 2026-07-29
- Local data: ok
- Upstream repository: https://github.com/Eyevinn/mp4ff
- Upstream latest detected: v0.55.0 (current)
## Project history and usage

mp4ff is Eyevinn's Go library and tool set for MP4 and ISO Base Media File Format work, authored around video-engineering needs by Torbjorn Einarson and collaborators. The project emphasizes fragmented MP4, the style used by MPEG-DASH, HLS fMP4, MSS, CMAF-style tracks, and other streaming workflows, while also handling progressive MP4 files.

### Project history

The library parses and writes MP4 box structures and includes codec-specific support for AVC/H.264, HEVC/H.265, AV1, VVC, AAC, AC-3, Opus, WebVTT, TTML, and related sample-entry metadata. Its command-line tools expose common inspection and transformation tasks: mp4ff-info prints the MP4 box tree, mp4ff-pslister and mp4ff-nallister inspect codec parameter sets and NAL units, mp4ff-subslister inspects subtitle samples, mp4ff-crop trims progressive files, and mp4ff-encrypt/mp4ff-decrypt handle Common Encryption variants.

### How it is used

The project grew from the absence of a performant Go library that covered fragmented files deeply enough for backend services and command-line tooling. In practice, it is used by developers building packaging, inspection, encryption, resegmentation, and regression-test tooling around MP4 assets, rather than by end users editing media metadata by hand.

### Sources

- <https://dev.to/video/mp4ff-beyond-mp4-boxes-2bee>
- <https://formulae.brew.sh/formula/mp4ff>
- <https://github.com/Eyevinn/mp4ff>
- <https://github.com/Eyevinn/mp4ff/blob/master/CHANGELOG.md>
- <https://pkg.go.dev/github.com/Eyevinn/mp4ff>


## Security Notes

No matching local secret-handling manifest was found for mp4ff. Package metadata is still published here so future coverage has a stable package URL.


## Source Database Details

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

## Other Package-Manager Records

- MacPorts - mp4ff: normalized package name match | MacPorts ports tree: multimedia/mp4ff/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Related links

- [Source-control packages](https://pkg.so/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [go](https://pkg.so/brew/go/) - Build dependency declared by Homebrew.
- [mp4v2](https://pkg.so/brew/mp4v2/) - Shares pkgdb curated category or tags: cli, media, mp4, video.
- [mkvtomp4](https://pkg.so/brew/mkvtomp4/) - Shares pkgdb curated category or tags: cli, media, mp4, video.
- [ffmpeg](https://pkg.so/brew/ffmpeg/) - Shares pkgdb curated category or tags: cli, media, video.
- [libvmaf](https://pkg.so/brew/libvmaf/) - Shares pkgdb curated category or tags: cli, media, video.
- [rav1e](https://pkg.so/brew/rav1e/) - Shares pkgdb curated category or tags: cli, media, video.
- [ffmpeg-full](https://pkg.so/brew/ffmpeg-full/) - Shares pkgdb curated category or tags: cli, media, video.
- [ffmpegthumbnailer](https://pkg.so/brew/ffmpegthumbnailer/) - Shares pkgdb curated category or tags: cli, media, video.
- [libaacs](https://pkg.so/brew/libaacs/) - Shares pkgdb curated category or tags: cli, media, video.
- [mux.js](https://pkg.so/npm/mux-js/) - Both packages work with overlapping file formats or content types. Shared terms: cli, manipulating, media, mp4, video.

## Combined YAML source

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


## Sources

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