No commit activity in last 3 years
No release in over 3 years
Convert video subtitles from one to another format. Currently only STL and SRT
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 2.0.0, ~> 2.0

Runtime

~> 0
 Project Readme

subtitle_converter

If you have a movie, then sometimes it comes with a subtitle file. However, there are several formats of subtitle files. We subtitle movies we use in training and usually we use Final Cut for that and they produce a movie file like the one attached, which is in STL format.

However, if you attach subtitle to a mkv file, then the format that is required is SRT. They are quite different, but the type of information is same (similar)

STL file format: http://documentation.apple.com/en/dvdstudiopro/usermanual/index.html#chapter=19%26section=13%26tasks=true

SRT file format: http://wiki.videolan.org/SubRip

*** Installation

gem install subtitle_converter