000.dvr
000.ts
001.dvr
001.ts
002.dvr
002.ts
003.dvr
003.ts
004.dvr
004.ts
info3.dvr
Zitat"Can TSDoctor" fix subtitles being out of sync with audio?
ffmpeg -probesize 60M -analyzeduration 60M ^
-i "input.ts" ^
-i "subtitles.idx" ^
-map 0 -map 1 -vcodec copy -acodec copy -c:s:0 copy -c:s:1 dvbsub ^
-metadata:s:s:0 language=eng -metadata:s:s:0 handler_name=English -metadata:s:s:0 title=Bad ^
-metadata:s:s:1 language=eng -metadata:s:s:1 handler_name=English -metadata:s:s:1 title=Good ^
OUTPUT.ts
Zitat von: flexmcmurphy am September 28, 2024, 23:18:41Or does "SRT Time Changer" simply add additional time to the all the timecodes in a .srt file?Yes, you can add or subtract time to the timecodes.
Zitat von: flexmcmurphy am September 28, 2024, 16:52:40and set the offset to 0ms.The point is NOT to use 0ms but guess (or try) a better value. 0 never can work because audio and subs are stored ahead of video (the frames are much smaller).