I have original video (with subs) and cropped version of it (without subs). I need to add subtitles from original video into cropped in appropriate time range.
I think the best way to do is:
Extract subtitles from $start to $end. I found this command ffmpeg -i Movie.mkv -map 0:s:0 subs.srt. But
I don't know how to specify time
Will data in subs.srt be correct? Since I want to add subs to cropped vesrion, time of all subs needed to be $original_time - $start.
It extract only one track
Add subs.srt to cropped video.