mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-09-03 08:35:32 +00:00
Use shlex.split for --pp-params and update related docs.
This commit is contained in:
@ -261,6 +261,7 @@ class YoutubeDL(object):
|
||||
The following options are used by the post processors:
|
||||
prefer_ffmpeg: If True, use ffmpeg instead of avconv if both are available,
|
||||
otherwise prefer avconv.
|
||||
pp_params: Extra parameters for external apps, like avconv.
|
||||
"""
|
||||
|
||||
params = None
|
||||
|
Reference in New Issue
Block a user