Forrest logo
back to the ffmpeg tool

ffmpeg:ai:cf5de

Commandline Ffmpeg.exe Extract subtitles by language
$ ffmpeg -i input.mp4 -map 0:s:0 -c:s:0 srt -f srt output.srt
try on your machine

Extracts the first subtitle stream from the input.mp4 file by specifying the language index as 0 and saves it as an SRT file named output.srt

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.

Questions that are answered by this command:

  • Commandline Ffmpeg.exe Extract subtitles by language ?
back to the ffmpeg tool