Changes between Version 6 and Version 7 of HowToConvertYouTubeSBVtoSRT


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

call to action, "overlapping timestamps" should be explained (bug or feature or whatever(

Legend:

Unmodified
Added
Removed
Modified
  • HowToConvertYouTubeSBVtoSRT

    v6 v7  
    3232!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''.
    3333
    34 The auto-generated SBV example shown above (downloaded from a !YouTube movie trailer) actually uses overlapping timestamps, and ''ffmpeg'' kept them as is in its SRT conversion, if you know more about this please add some info.
     34The auto-generated SBV example shown above (downloaded from a !YouTube movie trailer) actually uses overlapping timestamps, and ''ffmpeg'' kept them as is in its SRT conversion. ''If you know more about this feature (?) please add some info here.''
    3535
    3636''SMplayer'' using ''MPlayer'' is unsuited as a syntax check, e.g., it doesn't insist on file extension '''`.srt`''', anything including '''`.txt`''' goes, it accepts missing counters, and simply ignores timestamps greater than the duration of the clip. As of early 2019 !YouTube could not handle the latter, the upload failed without reporting an error.