Fügen Sie MP4 Untertitel (.srt -Datei) mit FFMPEG hinzu

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