# 使用 Homebrew, apk, apt, dnf, MacPorts, Nix, pacman, zypper 安装 vcdimager

查看 vcdimager 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

## 安装

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

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install vcdimager
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install vcdimager
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

  证据: 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
```

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

## 软件包事实

- **软件包键:** brew:vcdimager
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/vcdimager>
- **版本:** 2.0.1
- **来源摘要:** (Super) video CD authoring solution
- **主页:** <https://www.gnu.org/software/vcdimager/>
- **仓库:** <https://git.savannah.gnu.org/cgit/vcdimager.git>
- **上游文档:** <http://www.vcdimager.org/>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://ftpmirror.gnu.org/gnu/vcdimager/vcdimager-2.0.1.tar.gz>
- **最后更新:** 2026-06-19T12:33:04-07:00
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

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

## 依赖

- libcdio
- popt

## 构建依赖

- pkgconf

## 安装行为

- post-install 钩子: 未定义
- Bottle: 可用 于 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 2.0.1
- 管理器更新时间: 2026-06-19
- 本地数据: OK
- 上游仓库: https://www.gnu.org/software/vcdimager/
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

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.

### 项目历史

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.

### 采用历史

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.

### 使用方式

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.

### 为什么软件包爱好者会关心

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.

### 时间线

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

### 来源

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


## 安全说明

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

- **Geiger 风险:** blue / 中
- broad file, network, media, or database tool signal

## 源数据库详情

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

## 其他软件包管理器记录

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


## 相关链接

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


## 来源

- 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
