mkvmerge: add subtitle track example (#9521)
This commit is contained in:
@@ -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}}`
|
||||||
|
Reference in New Issue
Block a user