subtitle-gen

0.1.5 • Public • Published

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"
}

Readme

Keywords

Package Sidebar

Install

npm i subtitle-gen

Weekly Downloads

2

Version

0.1.5

License

MIT

Unpacked Size

13.5 kB

Total Files

20

Last publish

Collaborators

  • yusangeng