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 (
Run the following if you haven't already:
gem sources -a http://gems.github.com
Install the gem(s):
sudo gem install nofxx-subtitle_it
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
History.txt | ||
| |
License.txt | ||
| |
Manifest.txt | ||
| |
README.markdown | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
bin/ | ||
| |
config/ | ||
| |
lib/ | ||
| |
script/ | ||
| |
setup.rb | ||
| |
spec/ | ||
| |
subtitle_it.gemspec | ||
| |
tasks/ |
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.












