public
Fork of warlley/subtitle_it
Description: Download, edit and create subtitles. Supports various formats.
Homepage: http://nofxx.lighthouseapp.com/projects/17299-subtitle_it
Clone URL: git://github.com/nofxx/subtitle_it.git
nofxx (author)
Tue Oct 28 08:57:44 -0700 2008
commit  ed8c72e37337689e4da162336bb217b87efdb6a2
tree    1e19871bcabcdd6e6bd7ee71b643838f945af599
parent  a586aa7c46b2c8004115de7bf5e891b858ad3904
subtitle_it / README.markdown
100644 41 lines (23 sloc) 0.772 kb

h1. Subtitle It

Ruby tool to work with subtitle files.

h1. FEATURES:

  • Converts to and from: SRT, SUB, XML(TT), YML, MPL2, RSB and ASS.
  • Fixes delays. (SrtResync)

h2. TODO:

  • Compatibility with "sube" (http://github.com/vic/sube)
  • Download subtitles. (http://github.com/johanlunds/downsub/tree)

h1. SYNOPSIS:

Bash tool:

Convert a srt to sub: subtitle_it in.srt out.sub

Add a delay of 1 minute: subtitle_it -d 60 in.srt

Create a template subtitle_it unexistent.file

h1. INSTALL:

sudo gem install SubtitleIt

h1. THE "Ruby Subtitle" Format - RSB

It`s just a easy way, proof of concept to edit subtitles. Here is what it looks like:

00:32 => 00:33 == Nice police work! | Thank you! MM:SS => N == TEXT | NEWLINE

Create a template to check it out.