subtitle_it 0.7.7 → 1.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
data/README.markdown DELETED
@@ -1,41 +0,0 @@
1
- h1. Subtitle It
2
-
3
- Ruby tool to work with subtitle files.
4
-
5
- h1. FEATURES:
6
-
7
- * Converts to and from: SRT, SUB, XML(TT), YML, MPL2, RSB and ASS.
8
- * Fixes delays. (SrtResync)
9
-
10
- h2. TODO:
11
-
12
- * Compatibility with "sube" (http://github.com/vic/sube)
13
- * Download subtitles. (http://github.com/johanlunds/downsub/tree)
14
-
15
- h1. SYNOPSIS:
16
-
17
- Bash tool:
18
-
19
- Convert a srt to sub:
20
- subtitle_it in.srt out.sub
21
-
22
- Add a delay of 1 minute:
23
- subtitle_it -d 60 in.srt
24
-
25
- Create a template
26
- subtitle_it unexistent.file
27
-
28
-
29
- h1. INSTALL:
30
-
31
- sudo gem install SubtitleIt
32
-
33
-
34
- h1. THE "Ruby Subtitle" Format - RSB
35
-
36
- It`s just a easy way, proof of concept to edit subtitles. Here is what it looks like:
37
-
38
- 00:32 => 00:33 == Nice police work! | Thank you!
39
- MM:SS => N == TEXT | NEWLINE
40
-
41
- Create a template to check it out.
data/spec/spec.opts DELETED
@@ -1 +0,0 @@
1
- --colour