Use shlex.split for --pp-params and update related docs.
This commit is contained in:
parent
d84f1d14b5
commit
14835de9fb
5 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue