An open API service indexing awesome lists of open source software.

https://github.com/litomore/subkit-cli

The subtitles toolkit for converting between SRT, WebVTT, and FCPXML
https://github.com/litomore/subkit-cli

cli converter fcpxml srt subtitles webvtt

Last synced: 4 months ago
JSON representation

The subtitles toolkit for converting between SRT, WebVTT, and FCPXML

Awesome Lists containing this project

README

          

# subkit-cli

The subtitles toolkit for converting between SRT, WebVTT, and FCPXML

## Install

```shell
npm i subkit-cli
```

## Usage

```
Usage
$ subkit ... --format [options]

Options
-f, --format Output format (srt, vtt, or fcpxml)
-s, --separator Separator for srt,vtt format (. or ,)
--fps Frame rate for fcpxml format
--help Output usage information

Examples
$ subkit file.srt --format vtt
$ sbukit file.srt file2.srt --format fcpxml --fps 24
$ subkit file.srt file.fcpxml --format srt --separator .
```

## Related

- [subkit](https://github.com/LitoMore/subkit) - API for this module

## License

MIT