# Installer vcdimager avec Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper

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

## installation

```sh
sudo av install brew:vcdimager
```

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install vcdimager
```

  Preuve: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vcdimager
```

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

### Linux

- apk (92%):

```sh
sudo apk add vcdimager
```

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

- Debian apt (92%):

```sh
sudo apt install libvcdinfo-dev
```

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

- dnf (92%):

```sh
sudo dnf install vcdimager
```

  Preuve: Fedora Rawhide package metadata: vcdimager 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#vcdimager
```

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

- pacman (92%):

```sh
sudo pacman -S vcdimager
```

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

- zypper (92%):

```sh
sudo zypper install libvcdinfo0
```

  Preuve: openSUSE Tumbleweed package metadata: libvcdinfo0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst

## Faits du paquet

- **Clé du paquet:** brew:vcdimager
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/vcdimager>
- **Version:** 2.0.1
- **Résumé source:** (Super) video CD authoring solution
- **Page d'accueil:** <https://www.gnu.org/software/vcdimager/>
- **Dépôt:** <https://git.savannah.gnu.org/cgit/vcdimager.git>
- **Docs amont:** <http://www.vcdimager.org/>
- **Licence:** GPL-2.0-or-later
- **Archive source:** <https://ftpmirror.gnu.org/gnu/vcdimager/vcdimager-2.0.1.tar.gz>
- **Dernière mise à jour:** 2026-06-19T12:33:04-07:00
- **Généré:** 2026-07-08T18:08:21+00:00

## exécutables

- cdxa2mpeg (cli)
- vcd-info (cli)
- vcdimager (cli)
- vcdxbuild (cli)
- vcdxgen (cli)
- vcdxminfo (cli)
- vcdxrip (cli)
- cdxa2mpeg (alias)
- vcd-info (alias)
- vcdimager (alias)
- vcdxbuild (alias)
- vcdxgen (alias)
- vcdxminfo (alias)
- vcdxrip (alias)

## Dépendances

- libcdio
- popt

## Dépendances de compilation

- pkgconf

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-07-08
- version du gestionnaire: 2.0.1
- gestionnaire mis à jour: 2026-06-19
- données locales: OK
- dépôt amont: https://www.gnu.org/software/vcdimager/
- info: Release/tag comparison is only available for GitHub repositories.
## Historique du projet et usages

GNU VCDImager is the GNU project's command-line suite for authoring, extracting, and analyzing Video CD and Super Video CD media. It belongs to the early-2000s optical-media toolchain era, when MPEG streams, BIN/CUE images, ISO9660 data tracks, and playback-control metadata were common userland media-packaging problems.

### Historique du projet

The GNU project page describes VCDImager as a full-featured mastering suite for Video CDs and Super Video CDs, with support for Video CD 1.1 and 2.0, Super Video CD 1.0, playback control, segment play items, MPEG padding, 99-minute CD-R media, extraction, Unix and Win32 operation, and XML descriptions of Video CDs.

The project authors are Herbert Valerio Riedel and Rocky Bernstein. GNU's project page lists Rocky Bernstein as maintainer, while the repository NEWS file shows a long 0.7.x development line in the early 2000s followed by a 2018 2.0.x rerelease and modernization.

### Historique d'adoption

VCDImager became a standard free-software component for people who needed scriptable Video CD authoring rather than a GUI-only workflow. The README explains that the simple `vcdimager` tool is enough for playback-control-free discs, while advanced menus, playlists, entry points, and auto-pause points require the XML-based tools.

Its package-manager survival is mostly archival but still useful: Video CD is no longer a mainstream distribution medium, yet the suite remains valuable for recovering, inspecting, reproducing, or generating legacy VCD/SVCD images in preservation and retro-media workflows.

### Modes d'utilisation

The suite includes tools for building BIN/CUE-style images from MPEG streams, generating XML descriptions, building discs from XML, extracting disc contents, inspecting VCD metadata, and converting CD-XA data back to MPEG.

A typical command-line workflow is to prepare compliant MPEG assets, describe the Video CD structure directly or through the XML format, build an image, and then burn or inspect the resulting disc image with other optical-media tools.

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

GNU VCDImager is a good example of packaging as preservation. Homebrew and other Unix package managers keep a complete free-software VCD authoring suite available long after the consumer format stopped being fashionable.

It also exposes a precise media format through composable commands instead of a single opaque GUI. That matters for reproducible media images, regression tests, and preservation work where the XML description and CLI output are easier to review than a project file in an abandoned authoring application.

### Chronologie

- 2000: GNU VCDImager web materials and copyright notices appear under the GNU project.
- 2001-2005: The 0.7.x series adds tools such as cdxa2mpeg, vcd-info, vcdxrip, libvcdinfo, tests, Cygwin/Darwin fixes, and documentation updates.
- 2011-03-17: Version 0.7.24 is released with C++ compatibility, documentation, and safety fixes.
- 2018-01-07: Version 2.0.0 moves the repository from CVS to Git, updates autotools, and adopts the libcdio 2.0.0 API.
- 2018-01-07: Version 2.0.1 is rereleased under a different version.

### Related projects

- libcdio is closely related; VCDImager's NEWS file records migration of CD reading, control, ISO9660, and generic list functionality into libcdio over time.
- cdrtools is referenced in the 0.7.20 NEWS entry as the source of a GPL Reed-Solomon encoding replacement.
- Classic optical-image tools that understand BIN/CUE and CD-XA formats are natural companions to VCDImager workflows.

### Sources

- <https://git.savannah.gnu.org/cgit/vcdimager.git>
- <https://raw.githubusercontent.com/rocky/vcdimager/master/AUTHORS>
- <https://raw.githubusercontent.com/rocky/vcdimager/master/NEWS>
- <https://raw.githubusercontent.com/rocky/vcdimager/master/README.md>
- <https://www.gnu.org/software/vcdimager/>


## Notes de sécurité

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

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

## Détails de la base source

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

## Autres enregistrements de gestionnaires de paquets

- Debian apt - libvcdinfo-dev - 2.0.1+dfsg-6+b5: normalized package name match | Debian stable package indexes: libvcdinfo-dev from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to extract information from VideoCD (development files) | https://www.gnu.org/software/vcdimager/
- Debian apt - libvcdinfo0 - 2.0.1+dfsg-6+b5: normalized package name match | Debian stable package indexes: libvcdinfo0 from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | library to extract information from VideoCD | https://www.gnu.org/software/vcdimager/
- Debian apt - vcdimager - 2.0.1+dfsg-6+b5: normalized package name match | Debian stable package indexes: vcdimager from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | VideoCD (VCD) image mastering and ripping tool | https://www.gnu.org/software/vcdimager/
- Nix - vcdimager: normalized package name match | nixpkgs package indexes: pkgs/by-name/vc/vcdimager/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - libvcdinfo-dev - 2.0.1+dfsg-6build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libvcdinfo-dev from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library to extract information from VideoCD (development files) | https://www.gnu.org/software/vcdimager/
- Ubuntu apt - libvcdinfo0 - 2.0.1+dfsg-6build3: normalized package name match | Ubuntu 24.04 LTS package indexes: libvcdinfo0 from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | library to extract information from VideoCD | https://www.gnu.org/software/vcdimager/
- Ubuntu apt - vcdimager - 2.0.1+dfsg-6build3: normalized package name match | Ubuntu 24.04 LTS package indexes: vcdimager from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | VideoCD (VCD) image mastering and ripping tool | https://www.gnu.org/software/vcdimager/
- apk - vcdimager - 2.0.1-r5: normalized package name match | Alpine Linux edge package indexes: vcdimager from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Mastering suite for authoring disassembling and analyzing Video CD's and Super Video CD's | https://www.gnu.org/software/vcdimager/
- apk - vcdimager-dev - 2.0.1-r5: normalized package name match | Alpine Linux edge package indexes: vcdimager-dev from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Mastering suite for authoring disassembling and analyzing Video CD's and Super Video CD's (development files) | https://www.gnu.org/software/vcdimager/
- apk - vcdimager-doc - 2.0.1-r5: normalized package name match | Alpine Linux edge package indexes: vcdimager-doc from https://dl-cdn.alpinelinux.org/alpine/edge/testing/x86_64/APKINDEX.tar.gz | Mastering suite for authoring disassembling and analyzing Video CD's and Super Video CD's (documentation) | https://www.gnu.org/software/vcdimager/
- dnf - vcdimager - 2.0.1-24.fc44: normalized package name match | Fedora Rawhide package metadata: vcdimager from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | VideoCD (pre-)mastering and ripping tool | http://www.gnu.org/software/vcdimager/
- dnf - vcdimager-devel - 2.0.1-24.fc44: normalized package name match | Fedora Rawhide package metadata: vcdimager-devel from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Header files and library for VCDImager | http://www.gnu.org/software/vcdimager/
- dnf - vcdimager-libs - 2.0.1-24.fc44: normalized package name match | Fedora Rawhide package metadata: vcdimager-libs from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Libraries for vcdimager | http://www.gnu.org/software/vcdimager/
- pacman - vcdimager - 2.0.1-7: normalized package name match | Arch Linux sync databases: vcdimager from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | A full-featured mastering suite for authoring disassembling and analyzing Video CD's and Super Video CD's | https://www.gnu.org/software/vcdimager/
- zypper - libvcdinfo0 - 2.0.1-4.3: normalized package name match | openSUSE Tumbleweed package metadata: libvcdinfo0 from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Video CD (VCD) authoring software | http://www.vcdimager.org/
- zypper - vcdimager - 2.0.1-4.3: normalized package name match | openSUSE Tumbleweed package metadata: vcdimager from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Video CD (VCD) authoring software | http://www.vcdimager.org/


## Liens liés

- [Secret-risk packages](https://www.automicvault.com/fr/pkg/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://www.automicvault.com/fr/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://www.automicvault.com/fr/pkg/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://www.automicvault.com/fr/pkg/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [libcdio](https://www.automicvault.com/fr/pkg/brew/libcdio/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/fr/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [faac](https://www.automicvault.com/fr/pkg/brew/faac/) - Shares av.db curated category or tags: cli, media, mpeg.
- [faad2](https://www.automicvault.com/fr/pkg/brew/faad2/) - Shares av.db curated category or tags: cli, media, mpeg.
- [lame](https://www.automicvault.com/fr/pkg/brew/lame/) - Shares av.db curated category or tags: cli, media, mpeg.
- [madplay](https://www.automicvault.com/fr/pkg/brew/madplay/) - Shares av.db curated category or tags: cli, media, mpeg.
- [mjpegtools](https://www.automicvault.com/fr/pkg/brew/mjpegtools/) - Shares av.db curated category or tags: cli, media, mpeg.
- [mpegdemux](https://www.automicvault.com/fr/pkg/brew/mpegdemux/) - Shares av.db curated category or tags: cli, media, mpeg.
- [mpgtx](https://www.automicvault.com/fr/pkg/brew/mpgtx/) - Shares av.db curated category or tags: cli, media, mpeg.
- [ocrad](https://www.automicvault.com/fr/pkg/brew/ocrad/) - Shares av.db curated category or tags: cli, gnu, media.
- [unrtf](https://www.automicvault.com/fr/pkg/brew/unrtf/) - Local package facts share a topical domain. Shared terms: cli, gnu, media.
- [lilypond](https://www.automicvault.com/fr/pkg/brew/lilypond/) - Local package facts share a topical domain. Shared terms: cli, media.

## Combined YAML source

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