mkvmerge: add subtitle track example (#9521)

pull/1/head
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
1 changed files with 4 additions and 0 deletions

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