| | 7 | |
| | 8 | As far as !YouTube supports these two formats (among others) they are very similar: |
| | 9 | |
| | 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. |
| | 11 | |
| | 12 | The SBV captions have no counter and use periods as decimal points in their ''from''`,`''to'' timestamps. |
| | 13 | |
| | 14 | SRT timestamps have the form `hh`'''`:`'''`mm`'''`:`'''`ss`'''`,`'''`nnn`, SBV timestamps use `h`'''`:`'''`mm`'''`:`'''`ss`'''`.`'''`nnn`. |
| | 15 | |
| | 16 | !YouTube is reasonably smart enough to detect and report simple errors, but you should make sure that timestamps do not overlap, i.e., the earliest ''from'' in the next caption can be the same as the ''to'' end of the last caption. Obviously the duration should be not too short, and it cannot be "negative" with a ''from'' later than its corresponding ''to''. |