mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 02:32:44 +01:00
[options] Rename --add-metadata
to --embed-metadata
and clarify that it embeds chapter markers
This commit is contained in:
parent
f89b3e2d7a
commit
7e067091e8
@ -1206,13 +1206,13 @@ def _dict_from_options_callback(
|
||||
action='store_false', dest='embedthumbnail',
|
||||
help='Do not embed thumbnail (default)')
|
||||
postproc.add_option(
|
||||
'--add-metadata',
|
||||
'--embed-metadata', '--add-metadata',
|
||||
action='store_true', dest='addmetadata', default=False,
|
||||
help='Write metadata to the video file')
|
||||
help='Embed metadata including chapter markers (if supported by the format) to the video file (Alias: --add-metadata)')
|
||||
postproc.add_option(
|
||||
'--no-add-metadata',
|
||||
'--no-embed-metadata', '--no-add-metadata',
|
||||
action='store_false', dest='addmetadata',
|
||||
help='Do not write metadata (default)')
|
||||
help='Do not write metadata (default) (Alias: --no-add-metadata)')
|
||||
postproc.add_option(
|
||||
'--metadata-from-title',
|
||||
metavar='FORMAT', dest='metafromtitle',
|
||||
|
Loading…
Reference in New Issue
Block a user