mirror of
https://github.com/ytdl-org/youtube-dl
synced 2025-07-26 05:14:15 +09:00
Merge ba94495b09ceed69fa475213a60d0e47a5e19eef into 00ef748cc0e35ee60efd0f7a00e373ab8d1af86b
This commit is contained in:
commit
661631a1aa
@ -815,15 +815,15 @@ def parseOpts(overrideArguments=None):
|
||||
action='store_true', dest='nopostoverwrites', default=False,
|
||||
help='Do not overwrite post-processed files; the post-processed files are overwritten by default')
|
||||
postproc.add_option(
|
||||
'--embed-subs',
|
||||
'--embed-subs', '--add-subs',
|
||||
action='store_true', dest='embedsubtitles', default=False,
|
||||
help='Embed subtitles in the video (only for mp4, webm and mkv videos)')
|
||||
postproc.add_option(
|
||||
'--embed-thumbnail',
|
||||
'--embed-thumbnail', '--add-thumbnail',
|
||||
action='store_true', dest='embedthumbnail', default=False,
|
||||
help='Embed thumbnail in the audio as cover art')
|
||||
postproc.add_option(
|
||||
'--add-metadata',
|
||||
'--add-metadata', '--embed-metadata',
|
||||
action='store_true', dest='addmetadata', default=False,
|
||||
help='Write metadata to the video file')
|
||||
postproc.add_option(
|
||||
|
Loading…
x
Reference in New Issue
Block a user