mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-01-15 03:41:33 +01:00
parent
92775d8a40
commit
39c04074e7
1 changed files with 1 additions and 4 deletions
|
@ -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 []
|
||||
|
||||
|
|
Loading…
Reference in a new issue