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.
yt-dlp/youtube_dlc/postprocessor
pukkandan 43820c0370 Improved passing of multiple postprocessor-args
* Added `PP+exe:args` syntax
    If `PP+exe:args` is specifically given, only it used.
    Otherwise, `PP:args` and `exe:args` are combined.
    If none of the `PP`, `exe` or `PP+exe` args are given, `default` is used
    `Default` is purposely left undocumented since it exists only for backward compatibility

* Also added proper handling of args in `EmbedThumbnail`

Related: https://github.com/ytdl-org/youtube-dl/pull/27723
3 years ago
..
__init__.py Sponskrub integration 4 years ago
common.py Improved passing of multiple postprocessor-args 3 years ago
embedthumbnail.py Improved passing of multiple postprocessor-args 3 years ago
execafterdownload.py Improved passing of multiple postprocessor-args 3 years ago
ffmpeg.py Improved passing of multiple postprocessor-args 3 years ago
metadatafromtitle.py Allow passing different arguments to different postprocessors 3 years ago
sponskrub.py Improved passing of multiple postprocessor-args 3 years ago
xattrpp.py Create `to_screen` and similar functions in postprocessor/common 3 years ago