0.1.5 • Published 5 years ago

subtitle-gen v0.1.5

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

subtitle-gen

A command-line tool to generate subtitle from video file.

Install

npm i subtitle-gen -g

Usage

sg --help

Configuration

Configuration file path: ~/.subtitle-gen.json

{
  "debounceTime": 360, // debounce time(in milliseconds) parameter of voice action detection.
  "aipAppId": "Your baidu aip appid",
  "aipAPIKey": "Your baidu aip apikey",
  "aipSecretKey": "Your baidu aip secretkey"
}