1.0.1 • Published 3 years ago

subtitles-format-converter v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Subtitles Format Converter

Command line utility to convert subtitles between formats.

Currently supported input formats

  • VTT (partially)

Currently supported outpout formats

  • SRT

Installation

npm i -g subtitles-format-converter

Usage

Usage: sfc <output-format> [options] [files|directories..]

Positionals:
  output-format                                        [string] [choices: "srt"]

Options:
      --help       Show help                                           [boolean]
      --version    Show version number                                 [boolean]
  -r, --recursive  Browse directories recursively                      [boolean]
  -f, --force      Force overwriting of existing files                 [boolean]