# ffmpeg mit Homebrew, apk, chocolatey, apt, MacPorts, pacman, dnf, scoop, winget, zypper installieren

Prüfe Installationswege, Executables, Metadaten und Sicherheitshinweise für ffmpeg in AI-Agent-Workflows.

## Installation

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

## Antwort zur Agent-Sicherheit

ffmpeg processes media files and can read or overwrite local artifacts.

- **Credential-Zugriff:** Can read input files, network URLs, and metadata that may be sensitive.
- **Änderungen an Remote-Zustand:** Usually local, but supports network inputs and outputs.
- **Publish-/Artefakt-Risiko:** Can create, overwrite, or stream media artifacts.
- **Empfohlene Kontrolle:** Gate network outputs, overwrites, and reads from sensitive paths.
- **Hinweise für Agent-Nutzung:** Allow local transforms in safe directories; require approval for overwrites, uploads, and sensitive inputs.

Weitere Installationsbefehle:

### macOS

- Homebrew (100%):

```sh
brew install ffmpeg
```

  Evidenz: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ffmpeg
```

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

### Linux

- apk (92%):

```sh
sudo apk add ffmpeg
```

  Evidenz: Alpine Linux edge package indexes: ffmpeg from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz

- Debian apt (92%):

```sh
sudo apt install ffmpeg
```

  Evidenz: Debian stable package indexes: ffmpeg from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- pacman (92%):

```sh
sudo pacman -S ffmpeg
```

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

- dnf (92%):

```sh
sudo dnf install ffmpeg-free
```

  Evidenz: Fedora Rawhide package metadata: ffmpeg-free from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/07190dc5ae9f35ae73866675fed6d95fe6e8d9fe22c9d7cdf85862cb2ed24a4c-primary.xml.zst

- zypper (92%):

```sh
sudo zypper install ffmpeg-4
```

  Evidenz: openSUSE Tumbleweed package metadata: ffmpeg-4 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/50b07339cb64c8ed4091bdbabddadc1ff5737b090e478818a195b40d8a3292861a879139b4a3987c31109699fde9fbf4a716367ddf4eef77da75f96e3193d6ed-primary.xml.zst

### Windows

- Chocolatey (92%):

```sh
choco install ffmpeg
```

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

- Scoop (92%):

```sh
scoop install main/ffmpeg
```

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

- winget (92%):

```sh
winget install --id Gyan.FFmpeg -e
```

  Evidenz: Windows Package Manager source index: Gyan.FFmpeg from https://cdn.winget.microsoft.com/cache/source.msix

## Paketfakten

- **Paketschlüssel:** brew:ffmpeg
- **Paketmanager:** Homebrew
- **Version:** 8.1.2
- **Quellzusammenfassung:** Play, record, convert, and stream select audio and video codecs
- **Homepage:** <https://ffmpeg.org/>
- **Repository:** <https://github.com/FFmpeg/FFmpeg>
- **Zuletzt aktualisiert:** 2026-07-05T23:07:18Z
- **Generiert:** 2026-08-03T19:37:03+00:00

## Executables

- aviocat (Alias)
- bisect-create (Alias)
- check_arm_indent.sh (Alias)
- clean-diff (Alias)
- compare-cvelists.sh (Alias)
- crypto_bench (Alias)
- cws2fws (Alias)
- dvd2concat (Alias)
- enc_recon_frame_test (Alias)
- enum_options (Alias)
- ffescape (Alias)
- ffeval (Alias)
- ffhash (Alias)
- ffmpeg (Alias)
- ffplay (Alias)
- ffprobe (Alias)
- fourcc2pixfmt (Alias)
- gen-rc (Alias)
- general_assembly.pl (Alias)
- graph2dot (Alias)
- indent_arm_assembly.pl (Alias)
- ismindex (Alias)
- loudnorm.rb (Alias)
- make_chlayout_test (Alias)
- merge-all-source-plugins (Alias)
- missing_codec_desc (Alias)
- murge (Alias)
- normalize.py (Alias)
- patcheck (Alias)
- pktdumper (Alias)
- plotframes (Alias)
- probetest (Alias)
- qt-faststart (Alias)
- scale_slice_test (Alias)
- seek_print (Alias)
- sidxindex (Alias)
- source2c (Alias)
- target_dec_fate.sh (Alias)
- trasher (Alias)
- uncoded_frame (Alias)
- unwrap-diff (Alias)
- venc_data_dump (Alias)
- zmqshell.py (Alias)

## Installationsverhalten

- Bottle: nicht verfügbar

## Version und Aktualität

- Seite generiert: 2026-08-03
- Manager-Version: 8.1.2
## Projektgeschichte und Nutzung

FFmpeg is one of the canonical command-line multimedia packages: a source-first upstream project, a set of reusable codec/container/filter libraries, and the `ffmpeg`, `ffplay`, and `ffprobe` tools used everywhere from one-line conversions to production media pipelines.

### Projektgeschichte

The official project describes FFmpeg as a multimedia framework that can decode, encode, transcode, mux, demux, stream, filter, and play media across formats from old obscure inputs to cutting-edge codecs. Its architecture combines user-facing tools with libraries such as libavcodec, libavformat, libavfilter, libavdevice, libswscale, and libswresample.

FFmpeg's upstream culture is explicitly developer-driven and source-first. The download page says FFmpeg provides source code and points users to distributions and build providers for compiled packages. It also notes that development branch snapshots are often used because the project changes constantly and release branches cherry-pick selected fixes.

### Adoptionsgeschichte

FFmpeg's adoption is visible in its official packaging guidance: the project links to Debian, Ubuntu, Fedora/RHEL, Windows, and macOS build sources rather than shipping one blessed binary for every platform. That mirrors how FFmpeg became a package-manager staple rather than only an application downloaded from upstream.

The release process is oriented toward distributors and system integrators. Upstream documents roughly six-month major releases with point releases for important fixes, release signatures, git tags, and branch-specific release notes.

### Wie es verwendet wird

The core command-line pattern is `ffmpeg -i input output`: read one or more inputs, select streams, optionally filter or transcode them, and write one or more outputs. `ffprobe` is used to inspect streams and metadata, while `ffplay` provides a simple player based on FFmpeg libraries.

Package users care about the exact build because enabled libraries determine available encoders, decoders, filters, devices, and protocols. A stock distro build, Homebrew build, static Windows build, and custom source build can all behave differently while sharing the same upstream name.

### Warum Paket-Nerds sich dafür interessieren

FFmpeg is a package-manager stress test: it touches codec licensing, optional dependencies, hardware acceleration, network protocols, security updates for untrusted media parsing, and ABI-sensitive libraries consumed by other applications.

Its combination of command-line tools and shared libraries means it is both an end-user utility and infrastructure for other media software. That dual identity is why package maintainers track branch support, dependency choices, and security backports closely.

### Zeitleiste

- 2011: FFmpeg release signing key date documented by upstream release verification instructions.
- 2015: FFmpeg 2.8 branch cut from master on 2015-09-05, later maintained through 2.8.22.
- 2024-2026: Upstream release pages show active major/minor release branches and point releases for distributors and integrators.
- 2026: FFmpeg 8.1.2 listed as a stable source release on the official download page.

### Related projects

- ffmpeg-full is a Homebrew formula variant with a broader optional dependency set.
- ffmpeg2theora is an older converter that used FFmpeg decoding to produce Ogg Theora/Vorbis outputs.
- FFmate is a newer automation layer that runs FFmpeg behind a server/API workflow.

### Quellen

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


## Sicherheitshinweise

doc example: broad media transform and device-capable tool.

- **Geiger-Risiko:** blue / hoch
- doc example: broad media transform and device-capable tool
- **Approval-Gate-Regeln:** 4

## Andere Paketmanager-Einträge

- Debian apt - ffmpeg - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: ffmpeg from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Tools for transcoding, streaming and playing of multimedia files | https://ffmpeg.org/
- Debian apt - ffmpeg-doc - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: ffmpeg-doc from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | Documentation of the FFmpeg multimedia framework | https://ffmpeg.org/
- Debian apt - libavcodec-dev - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavcodec-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library with de/encoders for audio/video codecs - development files | https://ffmpeg.org/
- Debian apt - libavcodec-extra - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavcodec-extra from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library with extra codecs (metapackage) | https://ffmpeg.org/
- Debian apt - libavcodec-extra61 - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavcodec-extra61 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library with additional de/encoders for audio/video codecs | https://ffmpeg.org/
- Debian apt - libavcodec61 - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavcodec61 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library with de/encoders for audio/video codecs - runtime files | https://ffmpeg.org/
- Debian apt - libavdevice-dev - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavdevice-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library for handling input and output devices - development files | https://ffmpeg.org/
- Debian apt - libavdevice61 - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavdevice61 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library for handling input and output devices - runtime files | https://ffmpeg.org/
- Debian apt - libavfilter-dev - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavfilter-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library containing media filters - development files | https://ffmpeg.org/
- Debian apt - libavfilter-extra - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavfilter-extra from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library with extra filters (metapackage) | https://ffmpeg.org/
- Debian apt - libavfilter-extra10 - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavfilter-extra10 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library with extra media filters - runtime files | https://ffmpeg.org/
- Debian apt - libavfilter10 - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavfilter10 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library containing media filters - runtime files | https://ffmpeg.org/
- Debian apt - libavformat-dev - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavformat-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library with (de)muxers for multimedia containers - development files | https://ffmpeg.org/
- Debian apt - libavformat-extra - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavformat-extra from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library with extra (de)muxers (metapackage) | https://ffmpeg.org/
- Debian apt - libavformat-extra61 - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavformat-extra61 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library with additional (de)muxers for multimedia containers | https://ffmpeg.org/
- Debian apt - libavformat61 - 7:7.1.5-0+deb13u1: normalized package name match | Debian stable package indexes: libavformat61 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | FFmpeg library with (de)muxers for multimedia containers - runtime files | https://ffmpeg.org/


## Combined YAML source

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


## Quellen

- pkg.so package database
- Geiger risk classifier
- approval-gate seed metadata
- curated package history
- pkgdb category and tag curation
- external package-manager database matches
- cross-ecosystem install command graph
- curated agent safety answer
