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
- Host: GitHub
- URL: https://github.com/litomore/subkit-cli
- Owner: LitoMore
- License: mit
- Created: 2025-03-02T10:42:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-03T16:36:58.000Z (over 1 year ago)
- Last Synced: 2025-10-24T18:47:15.056Z (8 months ago)
- Topics: cli, converter, fcpxml, srt, subtitles, webvtt
- Language: TypeScript
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Funding: .github/funding.yml
- License: license
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