项目作者: chuckha

项目描述 :
Extract text from subtitles.
高级语言: Go
项目地址: git://github.com/chuckha/subtitles.git
创建时间: 2019-12-28T18:55:13Z
项目社区:https://github.com/chuckha/subtitles

开源协议:MIT License

下载


Subtitles

A CLI to get plain text out of subtitles

Supported formats

  • .srt
  • .ass

Usage

Use the binaries found on the release page. Look for the latest release!

  1. subex file1.srt file2.ass file3.ass
  2. # output files:
  3. # file1.txt
  4. # file2.txt
  5. # file3.txt

Release

Run goreleaser with a valid environment.

  1. GITHUB_TOKEN=<github token> goreleaser --rm-dist