How can I use ffmpeg to copy subtitles from one video file to another?

1 answer

Answer

1159176

2026-03-29 20:30

+ Follow

To copy subtitles from one video file to another using ffmpeg, you can use the following command:

ffmpeg -i inputvideo.mp4 -i inputsubtitle.srt -c copy -scodec movtext outputvideo.mp4

This command will copy the subtitles from the inputsubtitle.srt file to the outputvideo.mp4 file without re-encoding the video.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.