Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@ pip install -e .
This package provides the `arib-ts2srt` tool which extracts closed caption data from a `.ts` file and produces a simple `.srt` file output. This application also serves as a simple example of how to use the underying library.

```
arib-ts2srt <input .ts file> [-o <optional output .srt file>]
arib-ts2srt stream.ts [-o <optional output .srt file>]
```

An option exists to alternately output `.srt` data directly to stdout:

```
arib-ts2srt --stdou <input .ts. file> > output.srt
arib-ts2srt --stdout stream.ts > output.srt
```

## `arib-ts2ass`
Expand Down