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.
2023-08-17 07:48:20 -07:00
..
__init__.py Add fixup for media files produced by HlsNative downloader(fixes #4776) 2016-03-01 21:10:41 +01:00
common.py [postprocessor/common] Use 'self._downloader.params' instead of 'self.params' 2015-09-05 12:11:36 +02:00
embedthumbnail.py [compat] Use compat_open() 2023-07-25 13:19:43 +01:00
execafterdownload.py [postprocessor/execafterdownload] Encode command line (closes #13407) 2017-06-17 23:16:53 +07:00
ffmpeg.py [postprocessor/ffmpeg] Allow options for mp3 2023-08-17 07:48:20 -07:00
metadatafromtitle.py [postprocessor] Don't replace existing value with null metadata parsed from title 2022-08-15 16:45:04 +01:00
xattrpp.py Fix W504 and disable W503 (closes #20863) 2019-05-11 03:57:40 +07:00