diff --git a/index.html b/index.html index e275644..7480628 100644 --- a/index.html +++ b/index.html @@ -1229,19 +1229,20 @@
ffmpeg -i input_file -i subtitles_file.srt -c copy -c:s mov_text output_file
ffmpeg -i input_file -i subtitles_file -c copy -c:s mov_text output_file
subtitles.srt
mov_text
codec. Note: The mov_text
codec works for mp4 and mov containers. For the mkv container, acceptable formats are ass
, srt
, and ssa
.mov_text
codec. Note: The mov_text
codec works for MP4 and MOV containers. For the MKV container, acceptable formats are ASS
, SRT
, and SSA
.Note: -c:s
is a shortcut for -scodec