# Installer handbrake avec Homebrew, apk, chocolatey, apt, Nix, pacman, MacPorts, scoop, winget

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

## installation

```sh
sudo av install brew:handbrake
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install handbrake
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install HandBrake
```

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

### Linux

- apk (92%):

```sh
sudo apk add handbrake
```

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

- Debian apt (92%):

```sh
sudo apt install handbrake
```

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

- Nix (92%):

```sh
nix profile install nixpkgs#handbrake
```

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

- pacman (92%):

```sh
sudo pacman -S handbrake
```

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

### Windows

- Chocolatey (92%):

```sh
choco install handbrake
```

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

- Scoop (92%):

```sh
scoop install extras/handbrake
```

  Preuve: Scoop official bucket manifest trees: bucket/handbrake.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1

- winget (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:handbrake
- **Gestionnaire de paquets:** Homebrew
- **Version:** 1.11.2
- **Résumé source:** Open-source video transcoder available for Linux, Mac, and Windows
- **Page d'accueil:** <https://handbrake.fr/>
- **Dépôt:** <https://github.com/HandBrake/HandBrake>
- **Dernière mise à jour:** 2026-07-29T11:48:29Z
- **Généré:** 2026-08-03T19:37:03+00:00

## exécutables

- HandBrakeCLI (alias)

## Comportement d'installation

- Bouteille: non disponible

## Version et fraîcheur

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

HandBrake is a volunteer-built, GPL-licensed video transcoder for Linux, Mac, and Windows. It became package-manager-famous because it turned the hard parts of everyday video conversion into a reproducible GUI and CLI workflow with presets, queues, and widely packaged codec tooling.

### Historique du projet

The official HandBrake history says the project was started in 2003 by the developer known as titer. titer remained the primary developer through April 2006, when the last official Subversion revision of that early era was committed.

Development resumed informally in August and September 2006 after a period without official code changes. Forum contributors worked on optimized builds and on reverse-engineering support for Apple's 640x480 H.264 iPod firmware 1.2 format. Because the old Subversion repository could not be updated without titer's authorization, Rodney Hester created a mirror of the 0.7.1 and final Subversion trees so the revived contributors could build on them.

On January 26, 2007, the fork was officially known as MediaFork. On February 13, 2007, titer gave support to the revived work, and by March 2, 2007 the developer and user services had returned under the HandBrake banner. The official history presents that reintegration as the point where the next release resumed the HandBrake name.

Over time, HandBrake broadened from its early DVD/iPod-era identity into a general post-production transcoder. The official README and docs describe support for common video files, camera and mobile-device footage, screen recordings, DVD and Blu-ray sources, and output to MP4, MKV, or WebM using components such as FFmpeg, x264, x265, and SVT-AV1.

### Historique d'adoption

HandBrake's adoption came from being useful to both casual users and automation-heavy users. The GUI made transcoding accessible, while `HandBrakeCLI` let packagers, shell users, and batch workflows perform the same kind of conversion without a desktop session.

Package-manager adoption is broad: the input facts list packages across Homebrew, Alpine, Debian/Ubuntu, MacPorts, Nix, Arch, Chocolatey, Scoop, and winget. That cross-platform packaging mirrors the project's own platform support and makes HandBrake a common baseline tool on developer laptops, home media systems, and CI-like encoding boxes.

### Modes d'utilisation

The documented primary use is converting existing video sources into MP4, MKV, or WebM files that work on phones, tablets, TV media players, game consoles, computers, and browsers. The docs emphasize that HandBrake is a post-production transcoder, not a non-linear editor, disc authoring tool, or DRM circumvention tool.

HandBrake's official presets are a major part of its user model. Presets encode practical compatibility knowledge for general use, web sharing, creators, social-size targets, and device classes; this is why the package is useful even when users do not want to become codec specialists.

The command-line reference makes HandBrakeCLI important for package-manager users. It supports scripted source selection, preset use, output format choices, queue-like automation, and reproducible encode settings that fit shell pipelines and server-side jobs.

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

HandBrake is significant because it packages a complicated stack of video codecs, containers, filters, hardware-encoder options, and UI/CLI behavior behind one name users recognize. For package maintainers, it is both a popular application and a compatibility promise: users expect the formula or package to produce working GUI or CLI transcodes without manually assembling FFmpeg/x264/x265/SVT-AV1 workflows.

It also illustrates why package metadata matters. There is a GUI app, a CLI executable, platform-specific build systems, GPL licensing, large dependency trees, and frequent codec capability shifts. Package nerds care because a small build-option difference can change which media workflows users can actually perform.

### Chronologie

- 2003: HandBrake started by titer.
- 2006-04: Last official Subversion revision of the early titer-led era.
- 2006-08: Informal development resumed around optimized and experimental builds.
- 2006-09: Contributors collaborated on support for Apple's 640x480 H.264 iPod firmware 1.2 format.
- 2007-01-26: The revived fork was officially known as MediaFork.
- 2007-02-13: titer expressed support for the revived work.
- 2007-03-02: Developer and user services returned under the HandBrake banner.

### Related projects

- HandBrake relies on media projects including FFmpeg/libavcodec/libavformat, x264, x265, and SVT-AV1. Its history also includes the temporary MediaFork name used during the 2006-2007 revival.
- The docs mention tools such as AnyDVD HD and MakeMKV only as separate applications that can create readable copies of damaged or protected discs; HandBrake itself documents that it does not defeat copy protection.

### Sources

- <https://formulae.brew.sh/formula/handbrake>
- <https://github.com/HandBrake/HandBrake>
- <https://handbrake.fr/>
- <https://handbrake.fr/docs/en/latest>
- <https://handbrake.fr/docs/en/latest/about/history.html>
- <https://handbrake.fr/docs/en/latest/cli/command-line-reference.html>
- <https://handbrake.fr/docs/en/latest/introduction/about.html>
- <https://handbrake.fr/docs/en/latest/technical/official-presets.html>


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

- Debian apt - handbrake - 1.9.2+ds1-1: normalized package name match | Debian stable package indexes: handbrake from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | versatile DVD ripper and video transcoder (GTK+ GUI) | https://handbrake.fr/
- Debian apt - handbrake-cli - 1.9.2+ds1-1: normalized package name match | Debian stable package indexes: handbrake-cli from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | versatile DVD ripper and video transcoder (command line) | https://handbrake.fr/
- Nix - handbrake: normalized package name match | nixpkgs package indexes: pkgs/by-name/ha/handbrake/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - handbrake - 1.7.2+ds1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: handbrake from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | versatile DVD ripper and video transcoder (GTK+ GUI) | https://handbrake.fr/
- Ubuntu apt - handbrake-cli - 1.7.2+ds1-1build2: normalized package name match | Ubuntu 24.04 LTS package indexes: handbrake-cli from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | versatile DVD ripper and video transcoder (command line) | https://handbrake.fr/
- apk - handbrake - 1.10.2-r4: normalized package name match | Alpine Linux edge package indexes: handbrake from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Handbrake video transcoder | https://handbrake.fr
- apk - handbrake-gtk - 1.10.2-r4: normalized package name match | Alpine Linux edge package indexes: handbrake-gtk from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | HandBrake Video Transcoder - GUI | https://handbrake.fr
- apk - handbrake-lang - 1.10.2-r4: normalized package name match | Alpine Linux edge package indexes: handbrake-lang from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | Languages for package handbrake | https://handbrake.fr
- pacman - handbrake - 1.11.2-1: normalized package name match | Arch Linux sync databases: handbrake from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Multithreaded video transcoder | https://handbrake.fr/
- MacPorts - HandBrake: normalized package name match | MacPorts ports tree: multimedia/HandBrake/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1
- Chocolatey - handbrake: normalized package name match | Chocolatey community package catalog: handbrake from http://community.chocolatey.org/api/v2/Packages?$filter=IsLatestVersion&$select=Id&$top=1000&$skiptoken='11','google-workspace-sync'
- Scoop - extras/handbrake: normalized package name match | Scoop official bucket manifest trees: bucket/handbrake.json from https://api.github.com/repos/ScoopInstaller/Extras/git/trees/master?recursive=1
- winget - HandBrake.HandBrake: normalized package name match | Windows Package Manager source index: HandBrake.HandBrake from https://cdn.winget.microsoft.com/cache/source.msix


## Combined YAML source

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