This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Sep 25 13:58:55 -0700 2008 | |
| |
History.txt | Sat Sep 20 17:17:32 -0700 2008 | |
| |
License.txt | Thu Sep 25 13:58:55 -0700 2008 | |
| |
Manifest.txt | Sat Sep 20 17:17:32 -0700 2008 | |
| |
README.markdown | Wed Sep 10 04:45:47 -0700 2008 | |
| |
README.txt | Thu Sep 25 13:58:55 -0700 2008 | |
| |
Rakefile | Thu Sep 04 12:48:05 -0700 2008 | |
| |
bin/ | Tue Oct 28 08:57:44 -0700 2008 | |
| |
config/ | Thu Sep 04 12:48:05 -0700 2008 | |
| |
lib/ | Tue Oct 28 08:57:44 -0700 2008 | |
| |
script/ | Thu Sep 04 12:48:05 -0700 2008 | |
| |
setup.rb | Thu Sep 04 12:48:05 -0700 2008 | |
| |
spec/ | Tue Oct 28 08:57:44 -0700 2008 | |
| |
subtitle_it.gemspec | Sat Sep 20 17:17:32 -0700 2008 | |
| |
tasks/ | Sun Sep 07 23:40:43 -0700 2008 |
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.







