mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-30 22:25:19 +00:00 
			
		
		
		
	| @@ -403,10 +403,7 @@ class FFmpegExtractAudioPP(FFmpegPostProcessor): | ||||
|             'aac': (0.1, 4), | ||||
|             'vorbis': (0, 10), | ||||
|             'libfdk_aac': (1, 5), | ||||
|             'opus': None,  # doesn't support -q:a | ||||
|             'wav': None, | ||||
|             'flac': None, | ||||
|         }[codec] | ||||
|         }.get(codec) | ||||
|         if not limits: | ||||
|             return [] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 pukkandan
					pukkandan