]> jfr.im git - yt-dlp.git/commit - README.md
Allow passing different arguments to different postprocessors
authorpukkandan <redacted>
Thu, 7 Jan 2021 19:28:41 +0000 (00:58 +0530)
committerpukkandan <redacted>
Thu, 7 Jan 2021 20:11:08 +0000 (01:41 +0530)
commit1b77b347d422ed70fd833a9f0327ea418ba4919c
tree35232d3f241acdc6ce794d37418e34adbcd37d8d
parent6c40e33c9e97bd32cece9b12e5e90ed66fa1fcb8
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"`
README.md
youtube_dlc/YoutubeDL.py
youtube_dlc/__init__.py
youtube_dlc/options.py
youtube_dlc/postprocessor/common.py
youtube_dlc/postprocessor/embedthumbnail.py
youtube_dlc/postprocessor/execafterdownload.py
youtube_dlc/postprocessor/ffmpeg.py
youtube_dlc/postprocessor/metadatafromtitle.py
youtube_dlc/postprocessor/sponskrub.py
youtube_dlc/postprocessor/xattrpp.py