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