Skip to content

LitoMore/subkit-cli

Repository files navigation

subkit-cli

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

Install

npm i subkit-cli

Usage

Usage
	$ subkit <file>... --format <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 - API for this module

License

MIT

About

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

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published