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
dirkf 21792b88b7 [external/FFmpeg] Fix and improve --ffmpeg-location handling
* pass YoutubeDL (FileDownloader) to FFmpegPostProcessor constructor
* consolidate path search in FFmpegPostProcessor
* make availability of FFmpegFD depend on existence of FFmpegPostProcessor
* detect ffmpeg executable on instantiation of FFmpegFD
* resolves #32735
7 months ago
..
__init__.py
common.py
embedthumbnail.py [compat] Use `compat_open()` 1 year ago
execafterdownload.py
ffmpeg.py [external/FFmpeg] Fix and improve --ffmpeg-location handling 7 months ago
metadatafromtitle.py [postprocessor] Don't replace existing value with null metadata parsed from title 2 years ago
xattrpp.py