Changes between Version 3 and Version 4 of HowToConvertYouTubeSBVtoSRT


Ignore:
Timestamp:
May 21, 2019, 9:16:00 PM (7 years ago)
Author:
omniplex
Comment:

added examples

Legend:

Unmodified
Added
Removed
Modified
  • HowToConvertYouTubeSBVtoSRT

    v3 v4  
    66[https://support.google.com/youtube/answer/2734698?hl=en&ref_topic=7296214 YouTube] supports only the basic features of SBV (SuBView) and SRT (!SubRipText) closed captions. Notably users can download existing closed captions (including auto-generated subtitles) as SBV, convert them to SRT supported by, e.g., MPlayer, edit the subtitles in a text editor such as `vim` or `notepad` (hint: !YouTube wants UTF-8), and upload the fixed version to !YouTube, overriding the old subtitles for the given language.
    77
    8 As far as !YouTube supports these two formats (among others) they are very similar:
     8As far as !YouTube supports these two formats (among others) they are very similar. The SRT captions start with a counter (increasing numbers), followed by the ''from'''''` --> `'''''to'' timestamps, text (one or two lines), and an empty line:
     9{{{
     101
     1100:00:05,000 --> 00:00:13,700
     12you know where's the girl who hasn't
    913
    10 The SRT captions start with a counter (increasing numbers), followed by the ''from'''''` --> `'''''to'' timestamps, text (one or two lines), and an empty line.
     142
     1500:00:10,100 --> 00:00:16,400
     16gotten to college or even maybe finished
    1117
    12 The SBV captions have no counter and use periods as decimal points in their ''from'''''`,`'''''to'' timestamps.
     18}}}
     19
     20The SBV captions have no counter and use periods as decimal points in their ''from'''''`,`'''''to'' timestamps:
     21{{{
     220:00:01.400,0:00:06.770
     23you know where's the girl who hasn't
     24
     250:00:04.610,0:00:08.840
     26gotten to college or even maybe finished
     27
     28}}}
    1329
    1430SRT timestamps have the form `hh`'''`:`'''`mm`'''`:`'''`ss`'''`,`'''`nnn`, SBV timestamps use `h`'''`:`'''`mm`'''`:`'''`ss`'''`.`'''`nnn`.