Revision as of 11:11, 9 June 2013 edit187.104.2.185 (talk) →SubRip .srt file example← Previous edit | Revision as of 11:12, 9 June 2013 edit undoGilliam (talk | contribs)Administrators497,034 editsm Reverted edits by 187.104.2.185 (talk) to last version by HelmboyNext edit → | ||
Line 42: | Line 42: | ||
<!-- moved unsourced styling tags to Talk --> | <!-- moved unsourced styling tags to Talk --> | ||
===SubRip .srt file example=== | |||
Aquela boca sem dente que eu beijava | |||
1 | |||
Já está de dentadura | |||
00:00:10,500 --> 00:00:13,000 | |||
Elephant's Dream | |||
Aquela roupa velha que você usava | |||
<br/><!-- blank line here --> | |||
Hoje é pano de chão | |||
2 | |||
00:00:15,000 --> 00:00:18,000 | |||
Mandei reformar o barraco | |||
At the left we can see...<ref>{{cite book|last=Devlin|first=Ian |title=HTML 5 Multimedia |page=175 |url=http://books.google.com/books?id=27hIY9pW48YC&pg=PA175#v=onepage&q=&f=false |year=2012 |publisher=] |accessdate=May 11, 2013}}</ref> | |||
<br/><!-- blank line here--> | |||
Comprei geladeira e televisão | |||
E você me paga com ingratidão | |||
E você me paga com ingratidão | |||
Aquela boca sem dente que eu beijava | |||
Já está de dentadura | |||
Aquela roupa velha que você usava | |||
Hoje é pano de chão | |||
Mandei reformar o barraco | |||
Comprei geladeira e televisão | |||
E você me paga com ingratidão | |||
E você me paga com ingratidão | |||
Mas o que mais me revolta | |||
É não reconhece o que eu fiz por você | |||
Obra da fatalidade eu ser desprezado | |||
Sem saber porque | |||
Você zombou de mim | |||
So fez me aborrecer | |||
Sinceramente eu hei de te ver sofrer | |||
=== Formatting === | === Formatting === |
Revision as of 11:12, 9 June 2013
Developer(s) | Brain, Zuggy |
---|---|
Stable release | 1.50b4 / November 7, 2006 (2006-11-07) |
Preview release | 1.50b5 / April 30, 2011 (2011-04-30) |
Written in | Delphi |
Operating system | Microsoft Windows |
Available in | English |
Type | Subtitle editor |
License | GPL |
Website | zuggy |
SubRip is a software program for Windows which "rips" (extracts) subtitles and their timings from video. It is free software, released under the GNU GPL. SubRip is also the name of the widely used and broadly compatible subtitle text file format created by this software.
SubRip software
Using optical character recognition, SubRip can extract from live video, video files and DVDs, then record the extracted subtitles and timings as a Subrip format text file. It can optionally save the recognized subtitles as bitmaps for later subtraction (erasure) from the source video.
In practice, SubRip is configured with the correct codec for the video source, then trained by the user on the specific text area, fonts, styles, colors and video processing requirements to recognize subtitles. After trial and fine tuning, SubRip can automatically extract subtitles for the whole video source file during its playback. SubRip records the beginning and end times and text for each subtitle in the output text .srt
file.
SubRip uses AviSynth to extract video frames from source video, and can rip subtitles from all video files supported by that program.
SubRip text file format
Filename extension | .srt |
---|---|
Internet media type | application/x-subrip |
Specifications
The SubRip file format is "perhaps the most basic of all subtitle formats." SubRip (SubRip Text) files are named with the extension .srt
, and contain formatted plain text. The time format used is hours:minutes:seconds,milliseconds. The decimal separator used is the comma, since the program was written in France. The line break used is often the CR+LF pair. Subtitles are numbered sequentially, starting at 1.
- Subtitle number
- Start time --> End time
- Text of subtitle (one or more lines)
- Blank line
SubRip .srt file example
1 00:00:10,500 --> 00:00:13,000 Elephant's Dream
2 00:00:15,000 --> 00:00:18,000 At the left we can see...
Formatting
Very basic text formatting is usually handled correctly in .srt files, including bold, italic, underline and color, although this depends on the player:
- Bold - <b> ... </b> or {b} ... {/b}
- Italic - <i> ... </i> or {i} ... {/i}
- Underline - <u> ... </u> or {u} ... {/u}
- Font color - <font color="color name or #code"> ... </font> (as in HTML)
Nested tags are allowed; some implementations prefer whole-line formatting only.
Compatibility
The SubRip .srt
file format is supported by most software video players listed in Comparison of video player software. For Windows software video players that do not support subtitle playback directly, the VSFilter DirectX filter displays SubRip and other subtitle formats.
The SubRip format is supported directly by many subtitle creation/editing tools,
and some hardware home media players.
In August 2008, YouTube added subtitle support to its Flash video player under the "Closed Captioning" option - content producers can upload subtitles in SubRip format.
WebSRT
A format called WebSRT (Web Subtitle Resource Tracks) was as of October 2010 being specified by the Web Hypertext Application Technology Working Group for the proposed HTML5 <track>
element. It shared the .srt
extension and was "broadly based on" (parts of) the SubRip format, but was not fully compatible with SubRip.
The prospective format was later renamed WebVTT. The main differences are:
Text Encoding
The SubRip .srt
file format really only supports the Microsoft Windows text encoding default of CP-1252 (aka ANSI). A Unicode byte order mark can be added to support any Unicode encoding with UTF-8 being preferred for it's compatibility with CP-1252. However a number of embedded hardware based players only have support for non-Unicode fonts due to the licensing costs associated with the commercial fonts used.
SubRip .srt file encoding tools
Software tools to encode .srt
subtitle files into video containers (avi, mkv, mp4, ...):
- FFmpeg - FFmpgeg supports also the Subtitles Character Encoding Conversion
- GPAC / MP4Box
- iSubtitle (MacOS)
- XMedia Recode - XMedia Recode is a free All-In-One video- and audio converter tool for Windows.
- YAMB (works with the command line version of MP4Box, e.g. MP4Box 0.4.6 rev2698)
See also
- Comparison of video player software, subtitle ability
- Avidemux
- MicroDVD
- SubStation Alpha
- Universal Subtitle Format
- DirectVobSub is able to extract subtitles from a DVD without first extracting the files from it.
Notes
- ^ Zuggy, DVD, November 6, 2006.
- Zuggy, Home
- Frogger13 (April 30, 2011). SubRip 1.50 Beta 5 (unofficial). Doom9.org.
- Thaureaux 2007, pp. 131–134
- Zuggy, News, entry dated May 28, 2005.
- Thaureaux 2007, p. 132
- Thaureaux 2007, p. 136
- ^ Zuggy, Guide.
- Thaureaux 2007, p. 137
- ^ "SRT Subtitles". matroska.org. CoreCodec Inc. Retrieved 2010-08-19.
- Xiao and Wang: p. 330.
- Devlin, Ian (2012). HTML 5 Multimedia. Peachpit Press. p. 175. Retrieved May 11, 2013.
- SubRip (.SRT) subtitles support in players - ale5000.altervista.org
- 陈波, 杨涛 (2006). 实用工具软件玩家攻略. 清华大学出版社. pp. 75–76. ISBN 978-7-302-11994-4. Retrieved 2010-09-11.
- Martin, Chris (Dec 29, 2009). "15 best subtitle tools". aboutonlinetips.com; Binary Head. All apps listed support SubRip(SRT), but the article is specific about 7 of 15.
- Staff (September 2003). "A DivX Player for the Living Room" (Neuston Maestro DVX-1201). Review. hardwaremag.com; Singapore HWM.
- tokig (July 13, 2003). "Review of KiSS DP-500 - Playback". nordichardware.com; Nordic Hardware.
- Argosy Media Player HV335T HDD(HD1080p) Product page argosy.com; Argosy, 2009.
- Cericola, Rachel (2009-12-08). Western Digital WD TV Live HD Media Player Review. bigpicturebigsound.com; Big Picture Big Sound.
- Suerte Felipe, Carlo (February 16, 2009). Get stylish with Samsung DVD-F1080. Manila Bulletin Publications. Retrieved 2010-08-19.
- Chisholm and May: p. 82.
- Understanding WebSRT format
- WebSRT, from the WHATWG HTML draft specification, retrieved 2010-10-14
- Kennedy, Antony; de Leon, Inayaili (2011). Pro CSS for High Traffic Websites. Apress. ISBN 978-1-4302-3288-9.
- Pfeiffer, Silvia (June 27, 2011). "Recent developments around WebVTT".
References
- Thaureaux, Thierry (2007). DivX - Copiez vos vidéos sur CD (Nouvelle édition) (in French). Herblain, FR: Editions ENI. pp. 133–136. ISBN 978-2-7460-3812-7.
{{cite book}}
: Cite has empty unknown parameter:|coauthors=
(help); Invalid|ref=harv
(help) - Zuggy, T.V. "SubRip home". zuggy.wz.cz. Retrieved 2010-08-19.
{{cite web}}
: Invalid|ref=harv
(help) - Zuggy, T.V (December 8, 2005). "SubRip 1.20/1.50b - DVD subtitles ripper". zuggy.wz.cz. Retrieved 2010-01-10.
{{cite web}}
: Invalid|ref=harv
(help) (Software release page.) - Zuggy, T.V (August 1, 2007). "News page". zuggy.wz.cz. Retrieved 2009-07-02.
{{cite web}}
: Invalid|ref=harv
(help) - Zuggy, T.V (June 17, 2005). "Guide: Ripping subtitles from video files using SubRip". zuggy.wz.cz. Retrieved 2009-07-02.
- Xiao, Han (March 27, 2009). "Constructing Parallel Corpus from Movie Subtitles". In Li, Wenjie; Mollá-Aliod, Diego (eds.). Proc. Int. Conf. on Computer Processing of Oriental Languages. Hong Kong: Springer. pp. 329–336. doi:10.1007/978-3-642-00831-3_32. Retrieved 2009-07-02.
{{cite book}}
: Invalid|ref=harv
(help); Unknown parameter|coauthors=
ignored (|author=
suggested) (help) - Chisholm, Wendy; May, Matt (2008). Universal design for Web applications. O'Reilly Media. ISBN 978-0-596-51873-8. Retrieved 2010-06-28.
{{cite book}}
: Invalid|ref=harv
(help)CS1 maint: multiple names: authors list (link) - Bruegmann, Ulrich (2006). Divx R.t.f.m. - Divx 6 (in German). Lulu.com. ISBN 978-1-84728-676-5.
{{cite book}}
: Invalid|ref=harv
(help)
External links
- SubRip Home
- .SRT SubRip file format specification. Doom9.org. April 7, 2004. Derived from the SubRip source code in 2004.
- WebVTT Standard
- SubRip (.SRT) subtitle features and support in players - comparison of .srt feature handling in a range of common players