mirror of
https://github.com/yt-dlp/yt-dlp
synced 2025-07-02 12:02:52 -05: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