1
0
Fork 0
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:
Cyrus Yip 2022-11-24 09:32:59 +08:00 committed by GitHub
parent 463cc88df4
commit 452f60a27c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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}}`