Changes between Version 9 and Version 10 of HowToConvertYouTubeSBVtoSRT


Ignore:
Timestamp:
May 21, 2019, 10:11:55 PM (7 years ago)
Author:
omniplex
Comment:

s/ffmpeg/FFmpeg/ outside of a command line example

Legend:

Unmodified
Added
Removed
Modified
  • HowToConvertYouTubeSBVtoSRT

    v9 v10  
    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 feature (?) please add some info here.''
     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.