未验证 提交 7e067091 编写于 作者: P pukkandan

[options] Rename `--add-metadata` to `--embed-metadata`

and clarify that it embeds chapter markers
上级 f89b3e2d
......@@ -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',
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册