I managed to cut the video and keep subtitle in sync by embedding the subtitles in the video:
$ ffmpeg -i sample-mp4-file.mp4 -hide_banner \ -vf subtitles=subtitles.srt -ss 0:30:00 -t 1:33:31 \ OutputVideo.mp4 I'm wonder if it possible to cut subtitle file in accordance / sync with the cut video, instead of embedding them in the video?