# 使用 Homebrew, MacPorts, Nix 安装 ltc-tools

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

## 安装

```sh
sudo av install brew:ltc-tools
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install ltc-tools
```

  证据: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install ltc-tools
```

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

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#ltc-tools
```

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

## 软件包事实

- **软件包键:** brew:ltc-tools
- **软件包管理器:** Homebrew
- **版本:** 0.7.0
- **来源摘要:** Tools to deal with linear-timecode (LTC)
- **主页:** <https://github.com/x42/ltc-tools>
- **仓库:** <https://github.com/x42/ltc-tools>
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- jltc2mtc (别名)
- jltcdump (别名)
- jltcgen (别名)
- jltcntp (别名)
- jltctrigger (别名)
- ltcdump (别名)
- ltcgen (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.7.0
## 项目历史与用法

ltc-tools is a small collection of command-line programs for generating, dumping, converting, and triggering against linear timecode.

### 项目历史

The official README is deliberately short: it identifies the project as command-line tools for linear timecode and notes that it requires x42/libltc. The repository contents show C sources and roff man pages for tools such as `ltcgen`, `ltcdump`, `jltcgen`, `jltcdump`, `jltc2mtc`, `jltcntp`, and `jltctrigger`.

### 采用历史

Adoption evidence is niche but real: the supplied package-manager facts list Homebrew, MacPorts, and Nix packages, and GitHub shows about 91 stars, 23 forks, 200 commits, and a v0.7.0 release. This is consistent with a specialist audio/video utility rather than a general-purpose media application.

### 使用方式

Users install the package to get focused CLI tools for LTC workflows. The executable names map directly to package-nerd use cases: generate LTC, dump or inspect LTC, bridge JACK-oriented LTC to MIDI timecode, and perform trigger or NTP-related timecode tasks.

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

ltc-tools matters in package histories because it exposes pro-audio synchronization primitives as simple Unix commands. It is the sort of package that rarely appears in broad developer tooling discussions but is important in audio, broadcast, and measurement setups where linear timecode must be inspected or synthesized without a large DAW.

### 时间线

- 2019: GitHub lists v0.7.0 as the latest release, with statically linked `ltcdump` binaries included.
- 2020s: Homebrew, MacPorts, and Nix package the toolset for command-line LTC workflows.

### Related projects

- x42/libltc is the required LTC library named by the README.
- MIDI timecode is related through the `jltc2mtc` executable.
- JACK-oriented tooling is implied by the `jltc*` executable family.

### 来源

- <https://github.com/x42/libltc>
- <https://github.com/x42/ltc-tools>
- <https://github.com/x42/ltc-tools/releases>
- source_facts.executables
- source_facts.package-manager


## 安全说明

narrow executable package without higher-risk signals.

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

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

- Nix - ltc-tools: normalized package name match | nixpkgs package indexes: pkgs/by-name/lt/ltc-tools/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- MacPorts - ltc-tools: normalized package name match | MacPorts ports tree: multimedia/ltc-tools/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## Combined YAML source

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


## 来源

- 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
