How to correct/shift subtitle time forward and backward? Subtitle time format looks like this:
00:00:52,656 --> 00:00:56,326
If subtitle and audio aren't synchronized, for example, subtitle shows up before voice/audio, then all times of subtitle lines (time format: 00:00:52,656 --> 00:00:56,326
) should be corrected.
So, if time of all subtitle lines must be changed/shifted for 2 sec. forward, then, this time for subtitle line: 00:00:52,656 --> 00:00:56,326
should be changed to:
00:00:54,656 --> 00:00:58,326
.
And this refers to all times in the subtitle file, not just one line of text/one time.
Example of how SubRip (.srt) file looks like:
1
00:00:52,656 --> 00:00:56,326
Kanalska Zona: Panama
2
00:00:56,335 --> 00:00:59,755
Francuzi su pokušali da izgrade
kanal pre Amerikanaca.
sub
format uses frames and depends on the frame rate of the video. e.g.{0}{20}Hello!
. OP is clearly want to use the SubRip (srt
) format. – Agleam