mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[options] Rename --add-metadata to --embed-metadata
				
					
				
			and clarify that it embeds chapter markers
This commit is contained in:
		| @@ -1206,13 +1206,13 @@ def parseOpts(overrideArguments=None): | ||||
|         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', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan