Tambahkan subtitle (file .srt) ke mp4 dengan ffmpeg

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