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

View File

@@ -14,3 +14,7 @@
- Extract the subtitle from track 3 of a specific file: - Extract the subtitle from track 3 of a specific file:
`mkvextract tracks {{path/to/file.mkv}} {{3}}:{{path/to/subs.srt}}` `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}}`