# sub2srt を Homebrew でインストール

sub2srt のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:sub2srt
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install sub2srt
```

  証拠: local Homebrew formula metadata

## パッケージ情報

- **パッケージキー:** brew:sub2srt
- **パッケージマネージャ:** Homebrew
- **バージョン:** 0.5.5
- **ソース概要:** Convert subtitles from .sub to subviewer .srt format
- **ホームページ:** <https://github.com/robelix/sub2srt>
- **リポジトリ:** <https://github.com/robelix/sub2srt>
- **生成日時:** 2026-08-03T19:37:03+00:00

## 実行可能ファイル

- sub2srt (エイリアス)

## インストール挙動

- Bottle: 利用不可

## バージョンと鮮度

- ページ生成日: 2026-08-03
- マネージャ版: 0.5.5
## プロジェクトの歴史と使われ方

sub2srt is a small Perl command-line converter for subtitle files. Its README describes converting common `.sub` subtitle formats, including MicroDVD and SubRip-style inputs, into SubViewer `.srt` output suitable for tools such as ogmmerge.

### プロジェクトの歴史

The README credits Roland Obermayer and describes the tool as a quick hack written after inspecting subtitle file layouts rather than from formal format documentation. Its bundled changelog records an initial 0.5 release on 2003-08-26, followed by small format and encoding updates through 2014.

### 採用の歴史

Its package-manager footprint is narrow: the input package-manager facts list Homebrew, and the README says installation is simply copying the single Perl script into a directory on `PATH`. That single-file script shape is typical of older media-conversion utilities that survived because they solved one awkward conversion job.

### 使われ方

Users run `sub2srt --help` for options and invoke the script to convert supported text subtitle formats. The README explicitly says it does not convert DVD subtitles or VobSub, which keeps the tool scoped to text subtitle conversion rather than OCR or bitmap subtitle workflows.

### パッケージ好きにとっての重要性

sub2srt is package-nerd-interesting less because it is large and more because it is tiny, old, and still packageable: a single Perl script with GPL-2 licensing, no runtime beyond Perl, and a narrow CLI purpose that Homebrew can preserve for users who hit legacy subtitle files.

### タイムライン

- 2003-08-26: Initial sub2srt 0.5 release recorded in the README changelog.
- 2005-01-15: sub2srt 0.5.3 added txtsub input support.
- 2013-11-02: sub2srt 0.5.4 added MPL2 and TMP input format support.
- 2014-12-10: sub2srt 0.5.5 added support for encoding output with piconv.

### Related projects

- The README mentions MicroDVD, SubRip-style `.sub` input, SubViewer `.srt` output, ogmmerge, Perl, and excludes DVD subtitles and VobSub from scope.

### ソース

- <https://raw.githubusercontent.com/robelix/sub2srt/master/README>
- input source_facts.package-manager


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Combined YAML source

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


## ソース

- pkg.so package database
- Geiger risk classifier
- curated package history
- pkgdb category and tag curation
- cross-ecosystem install command graph
