Difference between revisions of "SubRip"

From VideoLAN Wiki
Jump to navigation Jump to search
m (note)
Line 1: Line 1:
This is the native subtitle format of the  [http://zuggy.wz.cz/ SubRip] (cache) program. It is one of the most used formats for subtitles.  The most common (optional) filename extension is '''.SRT'''.
+
'''SubRip''' is the native subtitle format of the  [http://zuggy.wz.cz/ SubRip program]. It is one of the most used formats for subtitles.  It may have the [[file extension]] .srt.
  
 +
==Specification==
 
Subtitles are formatted as follows:<br>
 
Subtitles are formatted as follows:<br>
 
 
:n<br>
 
:n<br>
 
:h1:m1:s1,d1 --> h2:m2:s2,d2<br>
 
:h1:m1:s1,d1 --> h2:m2:s2,d2<br>
Line 14: Line 14:
 
'''h1:m1:s1,d1''' = start time<br>
 
'''h1:m1:s1,d1''' = start time<br>
 
'''h2:m2:s1,d2''' = stop time<br>
 
'''h2:m2:s1,d2''' = stop time<br>
 +
 +
[[Category:Subtitles]]

Revision as of 17:35, 24 April 2007

SubRip is the native subtitle format of the SubRip program. It is one of the most used formats for subtitles. It may have the file extension .srt.

Specification

Subtitles are formatted as follows:

n
h1:m1:s1,d1 --> h2:m2:s2,d2
Line1
Line2
...
<blank line>


n = sequential number. This may also appear on the same line as start/stop times.
h1:m1:s1,d1 = start time
h2:m2:s1,d2 = stop time