# ltc-tools を Homebrew, MacPorts, Nix でインストール

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
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/ltc-tools>
- **バージョン:** 0.7.0
- **ソース概要:** Tools to deal with linear-timecode (LTC)
- **ホームページ:** <https://github.com/x42/ltc-tools>
- **リポジトリ:** <https://github.com/x42/ltc-tools>
- **ライセンス:** GPL-2.0-or-later
- **ソースアーカイブ:** <https://github.com/x42/ltc-tools/archive/refs/tags/v0.7.0.tar.gz>
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

- jltc2mtc (cli)
- jltcdump (cli)
- jltcgen (cli)
- jltcntp (cli)
- jltctrigger (cli)
- ltcdump (cli)
- ltcgen (cli)
- jltc2mtc (エイリアス)
- jltcdump (エイリアス)
- jltcgen (エイリアス)
- jltcntp (エイリアス)
- jltctrigger (エイリアス)
- ltcdump (エイリアス)
- ltcgen (エイリアス)

## 依存関係

- jack
- libltc
- libsndfile

## ビルド依存関係

- help2man
- pkgconf

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_big_sur, arm64_linux, arm64_monterey, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, big_sur, catalina, monterey, sonoma, ventura

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.7.0
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/x42/ltc-tools
- 検出された最新: v0.7.0 (最新)
- 情報: No package-manager update timestamp was available.
## プロジェクトの歴史と使われ方

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

## ソースデータベース詳細

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

## 他のパッケージマネージャ記録

- 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


## 関連リンク

- [Source-control packages](https://pkg.so/ja/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [Media and graphics packages](https://pkg.so/ja/media-graphics-tools/) - Matched media, image, audio, video, or graphics metadata.
- [libsndfile](https://pkg.so/ja/brew/libsndfile/) - Runtime dependency declared by Homebrew.
- [jack](https://pkg.so/ja/brew/jack/) - Runtime dependency declared by Homebrew.
- [pkgconf](https://pkg.so/ja/brew/pkgconf/) - Build dependency declared by Homebrew.
- [help2man](https://pkg.so/ja/brew/help2man/) - Build dependency declared by Homebrew.
- [flac](https://pkg.so/ja/brew/flac/) - Shares pkgdb curated category or tags: audio, cli, media.
- [alsa-lib](https://pkg.so/ja/brew/alsa-lib/) - Shares pkgdb curated category or tags: audio, cli, media.
- [rubberband](https://pkg.so/ja/brew/rubberband/) - Shares pkgdb curated category or tags: audio, cli, media.
- [pulseaudio](https://pkg.so/ja/brew/pulseaudio/) - Shares pkgdb curated category or tags: audio, cli, media.
- [sox](https://pkg.so/ja/brew/sox/) - Shares pkgdb curated category or tags: audio, cli, media.
- [ladspa-sdk](https://pkg.so/ja/brew/ladspa-sdk/) - Shares pkgdb curated category or tags: audio, cli, media.
- [mpd](https://pkg.so/ja/brew/mpd/) - Shares pkgdb curated category or tags: audio, cli, media.
- [julius](https://pkg.so/ja/brew/julius/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, libsndfile, media.
- [asak](https://pkg.so/ja/brew/asak/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, media.
- [cmusfm](https://pkg.so/ja/brew/cmusfm/) - Both packages work with overlapping file formats or content types. Shared terms: audio, cli, media.

## 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
- package-page enrichment
- curated package history
- package version freshness
- pkgdb category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
