Forrest logo
back to the ffmpeg tool

ffmpeg:ai:0fd0b

Commandline to extract subtitles
$ ffmpeg -i video.mp4 -map 0:s:0 subtitles.srt
try on your machine

Extract subtitles from a video file named video.mp4 and save them as subtitles.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 to extract subtitles?
back to the ffmpeg tool