suapapa / go_subtitle

Go package for handling subtitle files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Go package for handling subtitle files

License:BSD 2-Clause "Simplified" License


Languages

Language:Go 100.0%