1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 22:42:08 +02:00
tldr/pages/common/mkvmerge.md
Julien Tremblay McLellan - Library & Information Science 145ae4905e
mkvmerge: add page (#5943)
2021-05-11 18:00:20 -03:00

463 B

mkvmerge

Merge and extract multimedia streams. More information: https://mkvtoolnix.download/doc/mkvmerge.html.

  • Display information about a Matroska file:

mkvmerge --identify {{path/to/file.mkv}}

  • Extract the audio from track 1 of a specific file:

mkvextract tracks {{path/to/file.mkv}} {{1}}:{{path/to/output.webm}}

  • Extract the subtitle from track 3 of a specific file:

mkvextract tracks {{path/to/file.mkv}} {{3}}:{{path/to/subs.srt}}