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 1b77b347d4 Allow passing different arguments to different postprocessors
* Also deprecated --sponskrub-args

Closes: https://github.com/ytdl-org/youtube-dl/issues/27593
Eg: `--postprocessor-args "VideoConvertor:-c:v h264_nvenc -preset slow"`
Eg: `--postprocessor-args "SponsKrub:-include-selfpromo"`

For backward compatibility, `--postprocessor-args args` is equivalent to:
`--post-processor-args "sponskrub:" --post-processor-args "default:args"`
4 years ago
..
__init__.py Sponskrub integration 4 years ago
common.py Allow passing different arguments to different postprocessors 4 years ago
embedthumbnail.py Allow passing different arguments to different postprocessors 4 years ago
execafterdownload.py Allow passing different arguments to different postprocessors 4 years ago
ffmpeg.py Allow passing different arguments to different postprocessors 4 years ago
metadatafromtitle.py Allow passing different arguments to different postprocessors 4 years ago
sponskrub.py Allow passing different arguments to different postprocessors 4 years ago
xattrpp.py Allow passing different arguments to different postprocessors 4 years ago