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

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

## 安装

```sh
sudo av install brew:dvdauthor
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install dvdauthor
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install dvdauthor
```

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

### Linux

- apk (92%):

```sh
sudo apk add dvdauthor
```

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

- Debian apt (92%):

```sh
sudo apt install dvdauthor
```

  证据: Debian stable package indexes: dvdauthor from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz

- dnf (92%):

```sh
sudo dnf install dvdauthor
```

  证据: Fedora Rawhide package metadata: dvdauthor 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#dvdauthor
```

  证据: nixpkgs package indexes: pkgs/by-name/dv/dvdauthor/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

- pacman (92%):

```sh
sudo pacman -S dvdauthor
```

  证据: Arch Linux sync databases: dvdauthor from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

- zypper (92%):

```sh
sudo zypper install dvdauthor
```

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

## 软件包事实

- **软件包键:** brew:dvdauthor
- **软件包管理器:** Homebrew
- **软件包管理器页面:** <https://formulae.brew.sh/formula/dvdauthor>
- **版本:** 0.7.2
- **来源摘要:** DVD-authoring toolset
- **主页:** <https://dvdauthor.sourceforge.net/>
- **仓库:** <http://dvdauthor.sourceforge.net/darcs>
- **上游文档:** <https://dvdauthor.sourceforge.net/doc>
- **许可证:** GPL-2.0-or-later
- **源码归档:** <https://downloads.sourceforge.net/project/dvdauthor/dvdauthor-0.7.2.tar.gz>
- **已生成:** 2026-07-08T18:08:21+00:00

## 可执行文件

- dvdauthor (cli)
- dvddirdel (cli)
- dvdunauthor (cli)
- mpeg2desc (cli)
- spumux (cli)
- spuunmux (cli)
- dvdauthor (别名)
- dvddirdel (别名)
- dvdunauthor (别名)
- mpeg2desc (别名)
- spumux (别名)
- spuunmux (别名)

## 依赖

- freetype
- libdvdread
- libpng

## 构建依赖

- pkgconf

## macOS 提供的库

- libxml2

## 安装行为

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

## 版本和新鲜度

- 页面生成时间: 2026-07-08
- 管理器版本: 0.7.2
- 本地数据: OK
- 上游仓库: https://dvdauthor.sourceforge.net/
- 信息: No package-manager update timestamp was available.
- 信息: Release/tag comparison is only available for GitHub repositories.
## 项目历史与用法

dvdauthor is the classic free-software command-line suite for building DVD-Video directory structures from prepared MPEG streams, menus, chapters, subtitles, and XML control files. It matters because it handled the authored DVD structure itself while deliberately leaving encoding, image creation, and burning to neighboring tools.

### 项目历史

The upstream ChangeLog records version 0.1.0 on 2002-07-30 as an initial release that could write roughly a four-minute video clip to a playable DVD, with significant limitations. Through late 2002 and 2003 it added larger clips, multiple chapters, stream autodetection, multiple titlesets, subtitle support, multiple audio and subpicture channels, Mac OS X compilation, large-file support, and autoconf.

The SourceForge homepage describes DVDAuthor as a set of tools for authoring the file and directory structure of a DVD-Video disc, driven by command lines and XML control files. The same page explicitly says it does not make disc images or burn discs, pointing that work to tools such as mkisofs and dvd+rw-tools.

The project later moved active alpha development and commit history to GitHub while keeping SourceForge documentation and release pages. The ChangeLog shows later maintenance milestones such as version 0.7.0 in 2010 with subtitle encoding and interaction improvements, version 0.7.1 in 2012, and version 0.7.2 in 2016.

### 采用历史

dvdauthor became a standard component of Linux DVD authoring workflows because it occupied the low-level authoring slot between encoders/multiplexers and burners. GUI tools and scripts could wrap it, while command-line users could generate XML directly.

Its package-manager spread across Homebrew, Debian, Ubuntu, Fedora, Arch, Alpine, MacPorts, Nix, and openSUSE reflects long-lived utility rather than novelty. Even as optical media declined, distributions kept it because legacy DVD-Video production, archival migration, and reproducible authoring scripts still needed the binaries.

### 使用方式

A typical dvdauthor workflow prepares MPEG-2-compatible material with tools such as FFmpeg or mjpegtools, optionally uses `spumux` for subtitles or menu subpictures, runs `dvdauthor` to assemble titlesets and tables of contents, tests the VIDEO_TS structure in a software player, and then burns or images the result with other tools.

The suite includes related commands such as `spumux`, `spuunmux`, `dvdunauthor`, `dvddirdel`, and `mpeg2desc`, which makes it useful both for creation and for inspecting or deconstructing DVD-Video assets.

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

dvdauthor is package-nerd significant because it is the small Unix piece that turns DVD-Video from a GUI-only consumer task into a scriptable build artifact. It also cleanly shows Unix pipeline boundaries: FFmpeg or mjpegtools create compliant streams, dvdauthor builds DVD structure, mkisofs/genisoimage builds an image, and dvd+rw-tools burns it.

For maintainers, it is also a compatibility museum: XML command files, DVD VM behavior, subtitle palettes, PAL/NTSC assumptions, libdvdread integration, and old optical-media workflows all meet in one package.

### 时间线

- 2002-07-30: Version 0.1.0 initial release.
- 2002-11-16: Version 0.3.0 added multiple titlesets.
- 2003-02-13: Version 0.4.0 added Mac OS X compilation, large-file support, multiple audio tracks, and subpicture tracks.
- 2007-01-13: Version 0.6.13 included Debian manpages and many DVD-Video structure fixes.
- 2010-10-23: Version 0.7.0 reworked subtitle reading and interaction behavior.
- 2016-12-31: Version 0.7.2 delivered build, interaction, dvdunauthor, and metadata improvements.

### Related projects

- dvdauthor is commonly used with FFmpeg, mjpegtools, mkisofs or genisoimage, dvd+rw-tools, Ogle, VLC, MPlayer, and GUI front ends such as DVD Styler, Q DVD Author, DeVeDe, and Bombono.

### 来源

- <https://dvdauthor.sourceforge.net/>
- <https://dvdauthor.sourceforge.net/doc>
- <https://github.com/ldo/dvdauthor>
- <https://raw.githubusercontent.com/ldo/dvdauthor/master/ChangeLog>
- <https://raw.githubusercontent.com/ldo/dvdauthor/master/README>


## 安全说明

narrow executable package without higher-risk signals.

- **Geiger 风险:** 绿色 / 低
- narrow executable package without higher-risk signals

## 源数据库详情

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

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

- Debian apt - dvdauthor - 0.7.2-3: normalized package name match | Debian stable package indexes: dvdauthor from https://deb.debian.org/debian/dists/stable/main/binary-amd64/Packages.xz | create DVD-Video file system | https://dvdauthor.sourceforge.net
- Nix - dvdauthor: normalized package name match | nixpkgs package indexes: pkgs/by-name/dv/dvdauthor/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- Ubuntu apt - dvdauthor - 0.7.2-2build4: normalized package name match | Ubuntu 24.04 LTS package indexes: dvdauthor from https://archive.ubuntu.com/ubuntu/dists/noble/universe/binary-amd64/Packages.gz | create DVD-Video file system | https://dvdauthor.sourceforge.net
- apk - dvdauthor - 0.7.2-r11: normalized package name match | Alpine Linux edge package indexes: dvdauthor from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | DVD authoring tools | https://dvdauthor.sourceforge.net/
- apk - dvdauthor-doc - 0.7.2-r11: normalized package name match | Alpine Linux edge package indexes: dvdauthor-doc from https://dl-cdn.alpinelinux.org/alpine/edge/community/x86_64/APKINDEX.tar.gz | DVD authoring tools (documentation) | https://dvdauthor.sourceforge.net/
- dnf - dvdauthor - 0.7.2-29.fc44: normalized package name match | Fedora Rawhide package metadata: dvdauthor from https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/x86_64/os/repodata/e5ca8ce900cd68f5419e1c39ae517343100b306336cbaeb70a3c153121d95094-primary.xml.zst | Command line DVD authoring tool | http://dvdauthor.sourceforge.net/
- pacman - dvdauthor - 0.7.2-13: normalized package name match | Arch Linux sync databases: dvdauthor from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | DVD authoring tools | http://dvdauthor.sourceforge.net/
- zypper - dvdauthor - 0.7.2-7.3: normalized package name match | openSUSE Tumbleweed package metadata: dvdauthor from https://download.opensuse.org/tumbleweed/repo/oss/repodata/be8d3611d25469107f32075a1697e69ec57a2b850b42348a658cc671ad5ec2b50760d02c3e59524d50da9a11d5be799bdaffba2e166e8ca8858512e3c0bd665d-primary.xml.zst | Low-level DVD Authoring Tools | http://dvdauthor.sourceforge.net/
- MacPorts - dvdauthor: normalized package name match | MacPorts ports tree: multimedia/dvdauthor/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 相关链接

- [Terminal utility packages](https://www.automicvault.com/zh-hans/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/zh-hans/pkg/text-processing-tools/) - Matched text, document, or structured-data processing 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.
- [freetype](https://www.automicvault.com/zh-hans/pkg/brew/freetype/) - Runtime dependency declared by Homebrew.
- [libpng](https://www.automicvault.com/zh-hans/pkg/brew/libpng/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://www.automicvault.com/zh-hans/pkg/brew/pkgconf/) - Build dependency declared by Homebrew.
- [dvd+rw-tools](https://www.automicvault.com/zh-hans/pkg/brew/dvd-rw-tools/) - Shares av.db curated category or tags: cli, dvd, media, optical-disc.
- [dvd-vr](https://www.automicvault.com/zh-hans/pkg/brew/dvd-vr/) - Shares av.db curated category or tags: cli, dvd, media, optical-disc.
- [dvdbackup](https://www.automicvault.com/zh-hans/pkg/brew/dvdbackup/) - Shares av.db curated category or tags: cli, dvd, media, optical-disc.
- [dvdrtools](https://www.automicvault.com/zh-hans/pkg/brew/dvdrtools/) - Shares av.db curated category or tags: cli, dvd, media, optical-disc.
- [libcdio](https://www.automicvault.com/zh-hans/pkg/brew/libcdio/) - Shares av.db curated category or tags: cli, media, optical-disc.
- [libcdio-paranoia](https://www.automicvault.com/zh-hans/pkg/brew/libcdio-paranoia/) - Shares av.db curated category or tags: cli, media, optical-disc.
- [lsdvd](https://www.automicvault.com/zh-hans/pkg/brew/lsdvd/) - Shares av.db curated category or tags: cli, dvd, media, xml.
- [batik](https://www.automicvault.com/zh-hans/pkg/brew/batik/) - Shares av.db curated category or tags: cli, media, xml.

## Combined YAML source

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