# Installer ffmpeg-full avec Homebrew, chocolatey

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de ffmpeg-full pour les workflows d'agents IA.

## installation

```sh
sudo av install brew:ffmpeg-full
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install ffmpeg-full
```

  Preuve: local Homebrew formula metadata

### Windows

- Chocolatey (92%):

```sh
choco install ffmpeg-full
```

  Preuve: Chocolatey community package catalog: ffmpeg-full from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','everythingpowertoys'

## Faits du paquet

- **Clé du paquet:** brew:ffmpeg-full
- **Gestionnaire de paquets:** Homebrew
- **Version:** 8.1.2
- **Résumé source:** Play, record, convert, and stream many audio and video codecs
- **Page d'accueil:** <https://ffmpeg.org/>
- **Dépôt:** <https://github.com/FFmpeg/FFmpeg>
- **Dernière mise à jour:** 2026-07-29T11:48:28Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- zmqsend (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

- page générée: 2026-08-03
- version du gestionnaire: 8.1.2
## Historique du projet et usages

ffmpeg-full is a packaging variant of FFmpeg rather than a separate upstream project. Its history is FFmpeg's history plus the package-manager concern of building the same multimedia framework with a broader codec and feature surface.

### Historique du projet

FFmpeg describes itself as a leading multimedia framework able to decode, encode, transcode, mux, demux, stream, filter, and play media. The upstream contains command-line tools such as ffmpeg, ffplay, and ffprobe, plus libraries including libavcodec, libavformat, libavfilter, libavdevice, libswscale, and libswresample.

The official download page emphasizes that FFmpeg upstream provides source code, while compiled packages are supplied by distributions and build providers. That source-first posture is why package formulas matter: the package decides which optional libraries and codecs are present for end users.

### Historique d'adoption

FFmpeg's official site lists distribution/package paths for Debian, Ubuntu, Fedora/RHEL, Windows builds, and macOS static builds, reflecting its role as infrastructure consumed through operating-system and language/package ecosystems as much as through direct source builds.

The Homebrew ffmpeg-full formula uses the FFmpeg release tarball and depends on a broad set of optional libraries, including AV1, subtitle, streaming, image, speech, and classic codec libraries. That makes it the package for users who want fewer surprises about codec availability on macOS.

### Modes d'utilisation

Usage remains the normal FFmpeg command-line model: convert, inspect, stream, filter, and remux media with ffmpeg, ffprobe, and related tools. The point of ffmpeg-full is not a new UI; it is broader compiled-in functionality.

Compared with leaner FFmpeg formulas, ffmpeg-full is useful when workflows depend on external codec libraries or protocol support that may not be enabled in a smaller build.

### Pourquoi les passionnés de paquets s'y intéressent

Package nerds care about ffmpeg-full because FFmpeg's behavior is heavily shaped by compile-time options and linked libraries. Two machines can both have `ffmpeg` installed while supporting different encoders, decoders, filters, and protocols.

The formula embodies the long-running packaging tradeoff around FFmpeg: broad codec coverage and convenience versus larger dependency closures, licensing implications, and more moving parts to rebuild.

### Chronologie

- 2000s: FFmpeg becomes a central free-software multimedia framework and command-line toolkit.
- 2011: FFmpeg release signing key date appears in upstream release verification docs.
- 2026: Upstream download docs list FFmpeg 8.1.2 as a current stable source release; Homebrew ffmpeg-full builds from FFmpeg's release tarball with a broad dependency set.

### Related projects

- FFmpeg is the upstream project.
- Homebrew's regular ffmpeg formula is the leaner sibling formula with a smaller dependency set.
- libavcodec, libavformat, libavfilter, ffmpeg, ffplay, and ffprobe are the upstream libraries and tools exposed by FFmpeg builds.

### Sources

- <https://ffmpeg.org/about.html>
- <https://ffmpeg.org/download.html>
- <https://formulae.brew.sh/api/formula/ffmpeg-full.json>
- <https://formulae.brew.sh/api/formula/ffmpeg.json>


## Notes de sécurité

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

- **Risque Geiger:** blue / moyen
- broad file, network, media, or database tool signal

## Autres enregistrements de gestionnaires de paquets

- Chocolatey - ffmpeg-full: normalized package name match | Chocolatey community package catalog: ffmpeg-full from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','everythingpowertoys'


## Combined YAML source

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


## Sources

- 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
