ffmpeg:ai:48c3b
Commandline to extract Multiple subtitles From a single mkv file
$ ffmpeg -i input.mkv -map 0:s:0 output1.srt -map 0:s:1 output2.srt
try on your machine
Extracts two subtitles from input.mkv file and saves them as output1.srt and output2.srt respectively.
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 Multiple subtitles From a single mkv file?