SubRip

From Infogalactic: the planetary knowledge core
Jump to: navigation, search
SubRip
Developer(s) Brain, Zuggy[1]
Stable release 1.56.0 / September 7, 2015 (2015-09-07)[2]
Written in Delphi
Operating system Microsoft Windows
Available in English
Type Subtitle editor
License GPL[1]
Website zuggy.wz.cz

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.[3] It can optionally save the recognized subtitles as bitmaps for later subtraction (erasure) from the source video.[4][5]

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,[6] colors and video processing requirements[7] 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.[8]

SubRip uses AviSynth to extract video frames from source video, and can rip subtitles from all video files supported by that program.[7]

SubRip text file format

SubRip (format)
Filename extension .srt
Type of format Subtitle File Format

The SubRip file format, as reported on the Matroska multimedia container format website, is "perhaps the most basic of all subtitle formats."[9] SubRip (SubRip Text) files are named with the extension .srt, and contain formatted lines of plain text in groups separated by a blank line. Subtitles are numbered sequentially, starting at 1. The timecode format used is hours:minutes:seconds,milliseconds with time units fixed to two zero-padded digits and fractions fixed to three zero-padded digits (00:00:00,000). The fractional separator used is the comma, since the program was written in France.

  1. A numeric counter identifying each sequential subtitle
  2. The time that the subtitle should appear on the screen, followed by --> and the time it should disappear
  3. Subtitle text itself on one or more lines
  4. A blank line containing no text, indicating the end of this subtitle[9]

Formatting

Unofficially the format has very basic text formatting, which can be either interpreted or passed through for rendering depending on the processing application. Formatting is derived from HTML tags for bold, italic, underline and color:[10][dubious ]

  • 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.[11] The SubRip format is supported directly by many subtitle creation/editing tools,[12] and some hardware home media players.[13][14][15][16][17] 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.[18]

WebVTT

<templatestyles src="Module:Hatnote/styles.css"></templatestyles>

A format originally 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 file extension and was "broadly based on" (parts of) the SubRip format, but was not fully compatible with SubRip.[19][20] The prospective format was later renamed WebVTT (Web Video Text Track).[21][22] Support for the new format is limited but growing. Google's Chrome and Microsoft's Internet Explorer 10 browsers support <track> tags with WebVTT files for HTML5 videos already. Mozilla Firefox implemented WebVTT in its nightly builds (Firefox 24), and as of Firefox 31 (July 24th 2014), Mozilla has enabled WebVTT on Firefox by default. [23] The feature had to be enabled in Firefox by going to the "about:config" page and setting the value of "media.webvtt.enabled" to true.[24] YouTube began supporting WebVTT in April, 2013.[25]

Text encoding

The SubRip .srt file format really only supports the Microsoft Windows text encoding default of UTF-8 (commonly, but incorrectly, referred to as ANSI). A Unicode byte order mark can be added to support any Unicode encoding with UTF-8 being preferred for its 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, ...):

See also

Notes

  1. 1.0 1.1 Zuggy, DVD, November 6, 2006.
  2. SubRip Download on SourceForge
  3. Thaureaux 2007, pp. 131–134
  4. Zuggy, News, entry dated May 28, 2005.
  5. Thaureaux 2007, p. 132
  6. Thaureaux 2007, p. 136
  7. 7.0 7.1 Zuggy, Guide.
  8. Thaureaux 2007, p. 137
  9. 9.0 9.1 Lua error in package.lua at line 80: module 'strict' not found.
  10. SubRip (.SRT) subtitles support in players – ale5000.altervista.org[dubious ]
  11. Lua error in package.lua at line 80: module 'strict' not found.
  12. 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.
  13. Staff (September 2003). "A DivX Player for the Living Room" (Neuston Maestro DVX-1201). Review. hardwaremag.com; Singapore HWM.
  14. tokig (July 13, 2003). "Review of KiSS DP-500 – Playback". nordichardware.com; Nordic Hardware.
  15. Argosy Media Player HV335T HDD(HD1080p) Product page argosy.com; Argosy, 2009.
  16. Cericola, Rachel (2009-12-08). Western Digital WD TV Live HD Media Player Review. bigpicturebigsound.com; Big Picture Big Sound.
  17. Suerte Felipe, Carlo (February 16, 2009). Get stylish with Samsung DVD-F1080. Manila Bulletin Publications. Retrieved 2010-08-19.
  18. Chisholm and May: p. 82.
  19. Understanding WebSRT format
  20. WebSRT, from the WHATWG HTML draft specification, retrieved 2010-10-14
  21. Lua error in package.lua at line 80: module 'strict' not found.
  22. Lua error in package.lua at line 80: module 'strict' not found.
  23. Lua error in package.lua at line 80: module 'strict' not found.
  24. Lua error in package.lua at line 80: module 'strict' not found.
  25. Lua error in package.lua at line 80: module 'strict' not found.

References

  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found. (Software release page.)
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.
  • Lua error in package.lua at line 80: module 'strict' not found.

External links