mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 17:33:38 +02:00
mkvmerge: add page (#5943)
This commit is contained in:
parent
05820ca730
commit
145ae4905e
1 changed files with 16 additions and 0 deletions
16
pages/common/mkvmerge.md
Normal file
16
pages/common/mkvmerge.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# 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}}`
|
Loading…
Add table
Reference in a new issue