Add ability to embed subtitles in mkv files (closes #5434)
This commit is contained in:
parent
861e65eb05
commit
083c1bb960
3 changed files with 6 additions and 5 deletions
|
@ -698,7 +698,7 @@ def parseOpts(overrideArguments=None):
|
|||
postproc.add_option(
|
||||
'--embed-subs',
|
||||
action='store_true', dest='embedsubtitles', default=False,
|
||||
help='Embed subtitles in the video (only for mp4 videos)')
|
||||
help='Embed subtitles in the video (only for mkv and mp4 videos)')
|
||||
postproc.add_option(
|
||||
'--embed-thumbnail',
|
||||
action='store_true', dest='embedthumbnail', default=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue