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
name age message
file .gitignore Thu Sep 25 13:58:55 -0700 2008 docs up [nofxx]
file History.txt Sat Sep 20 17:17:32 -0700 2008 adds search language [nofxx]
file License.txt Thu Sep 25 13:58:55 -0700 2008 docs up [nofxx]
file Manifest.txt Sat Sep 20 17:17:32 -0700 2008 adds search language [nofxx]
file README.markdown Wed Sep 10 04:45:47 -0700 2008 adds mpl too [nofxx]
file README.txt Thu Sep 25 13:58:55 -0700 2008 docs up [nofxx]
file Rakefile Thu Sep 04 12:48:05 -0700 2008 newgem [nofxx]
directory bin/ Tue Oct 28 08:57:44 -0700 2008 specs works again...langs soon [nofxx]
directory config/ Thu Sep 04 12:48:05 -0700 2008 newgem [nofxx]
directory lib/ Tue Oct 28 08:57:44 -0700 2008 specs works again...langs soon [nofxx]
directory script/ Thu Sep 04 12:48:05 -0700 2008 newgem [nofxx]
file setup.rb Thu Sep 04 12:48:05 -0700 2008 newgem [nofxx]
directory spec/ Tue Oct 28 08:57:44 -0700 2008 specs works again...langs soon [nofxx]
file subtitle_it.gemspec Sat Sep 20 17:17:32 -0700 2008 adds search language [nofxx]
directory tasks/ Sun Sep 07 23:40:43 -0700 2008 "rsb" ruby subtitle .. hehe clean up.. and vers... [nofxx]
README.markdown

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.