mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:22:09 +02:00
mkvmerge: add subtitle track example (#9521)
This commit is contained in:
parent
463cc88df4
commit
452f60a27c
1 changed files with 4 additions and 0 deletions
|
@ -14,3 +14,7 @@
|
|||
- Extract the subtitle from track 3 of a specific file:
|
||||
|
||||
`mkvextract tracks {{path/to/file.mkv}} {{3}}:{{path/to/subs.srt}}`
|
||||
|
||||
- Add a subtitle track to a file:
|
||||
|
||||
`mkvmerge --output {{path/to/output.mkv}} {{path/to/file.mkv}} {{path/to/subs.srt}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue