Adicione legendas (arquivo .srt) ao MP4 com FFMPEG

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