Dodaj napisy (plik .srt) do MP4 z FFMPEG

ffmpeg -i infile.mp4 -i infile.srt -c copy -c:s mov_text outfile.mp4
Zaphod Beeblebrox