Skip to content

A simple Go script to convert VTT (WebVTT) subtitles into SRT (SubRip Text) format.

License

Notifications You must be signed in to change notification settings

joybiswas007/vtt2srt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VTT2SRT

A simple Go script to convert VTT (WebVTT) subtitles into SRT (SubRip Text) format.

MakeFile

Build the application

make build

Run the application

make run

Clean up binary from the last build:

make clean

Usage

convert single vtt file:

go run main.go --path subtitle.vtt

or

binaryname --path subtitle.vtt

convert whole diretory:

go run main.go --dir /dir/to/vttfiles

or

binaryname --dir /dir/to/vttfiles

About

A simple Go script to convert VTT (WebVTT) subtitles into SRT (SubRip Text) format.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published