FFMPEG combine MP4 with SRT/VTT into one mp4 file.
Posted: 17 Sep 2023 20:28
Hello Everyone
After several weeks, I searched for how to combine the mp4 file with the SRT/VTT file into one mp4 file.
I found the string:
After several weeks, I searched for how to combine the mp4 file with the SRT/VTT file into one mp4 file.
I found the string:
Code: Select all
FFMPEG -i /Downloads/inPut.mp4 -vf subtitles=/Downloads/Subtitles.SRT /Downloads/OutFile.mp4