Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 448 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 448 Bytes

subtitle: Go package for handing movie subtitle

Package subtitle reads subtitle book from srt and smi file. And, provide fuctions to display each script on time.

Usage

import "github.com/suapapa/go_subtitle"

Functions

Fmt Read Export
srt O O
smi O X

Checkout following projects for example

  • github.com/suapapa/tools/smi2srt
  • github.com/suapapa/subtitle-raider