[postprocessort/ffmpeg] Allow embedding webvtt into webm (Closes #8874)
This commit is contained in:
parent
5c7cd37ebd
commit
40025ee2a3
2 changed files with 22 additions and 5 deletions
|
@ -720,7 +720,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 mkv and mp4 videos)')
|
||||
help='Embed subtitles in the video (only for mp4, webm and mkv videos)')
|
||||
postproc.add_option(
|
||||
'--embed-thumbnail',
|
||||
action='store_true', dest='embedthumbnail', default=False,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue