Use shlex.split for --pp-params and update related docs.

This commit is contained in:
Aurélio A. Heckert 2015-06-16 18:10:31 -03:00
parent d84f1d14b5
commit 14835de9fb
5 changed files with 10 additions and 6 deletions

View file

@ -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