Created
October 1, 2022 18:42
-
-
Save AmirAref/9d51a9056789106a1e92576fb1025509 to your computer and use it in GitHub Desktop.
merge the movie file and subtitle file to a softsub movie fileby ffmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i movie_name.mp4 -f srt -i movie_subtitle.srt -c:v copy -c:a copy -c:s mov_text movie_name.SoftSub.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment