You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl/postprocessor
Alex Richards e8bebe0b03 [postprocessor/ffmpeg] Allow options for mp3
Why?
Options like `preferredquality` are ignored when postprocessing mp3s.

What?
Remove `mp3` from the list of `filecodec` values to check for in the
"lossless" condition unless `preferredquality` is unspecified.
2 years ago
..
__init__.py Add fixup for media files produced by HlsNative downloader(fixes #4776) 9 years ago
common.py [postprocessor/common] Use 'self._downloader.params' instead of 'self.params' 10 years ago
embedthumbnail.py [compat] Use `compat_open()` 2 years ago
execafterdownload.py [postprocessor/execafterdownload] Encode command line (closes #13407) 8 years ago
ffmpeg.py [postprocessor/ffmpeg] Allow options for mp3 2 years ago
metadatafromtitle.py [postprocessor] Don't replace existing value with null metadata parsed from title 3 years ago
xattrpp.py Fix W504 and disable W503 (closes #20863) 6 years ago