Skip to content

Instantly share code, notes, and snippets.

@AmirAref
Created October 1, 2022 18:42
Show Gist options
  • Save AmirAref/9d51a9056789106a1e92576fb1025509 to your computer and use it in GitHub Desktop.
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
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