mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	[youtube|ffmpeg] Automatically correct video with non-square pixels (Fixes #4674)
This commit is contained in:
		| @@ -631,6 +631,13 @@ def parseOpts(overrideArguments=None): | ||||
|         '--xattrs', | ||||
|         action='store_true', dest='xattrs', default=False, | ||||
|         help='write metadata to the video file\'s xattrs (using dublin core and xdg standards)') | ||||
|     postproc.add_option( | ||||
|         '--fixup', | ||||
|         metavar='POLICY', dest='fixup', default='detect_or_warn', | ||||
|         help='(experimental) Automatically correct known faults of the file. ' | ||||
|              'One of never (do nothing), warn (only emit a warning), ' | ||||
|              'detect_or_warn(check whether we can do anything about it, warn ' | ||||
|              'otherwise') | ||||
|     postproc.add_option( | ||||
|         '--prefer-avconv', | ||||
|         action='store_false', dest='prefer_ffmpeg', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Philipp Hagemeister
					Philipp Hagemeister