aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAurélio A. Heckert <aurelio@colivre.coop.br>2015-06-16 18:10:31 -0300
committerAurélio A. Heckert <aurelio@colivre.coop.br>2015-06-16 18:10:31 -0300
commit14835de9fb41798c8e6e731a3f07ae871770666f (patch)
tree5490879a2e241c06180375f581a8bf47f9cff2e1 /README.md
parentd84f1d14b526c4a5359117a58f25691a3da4c97e (diff)
downloadyoutube-dl-14835de9fb41798c8e6e731a3f07ae871770666f.tar.xz
Use shlex.split for --pp-params and update related docs.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 726ec9cf2..813ac4a15 100644
--- a/README.md
+++ b/README.md
@@ -214,7 +214,7 @@ which means you can modify it, redistribute it or use it however you like.
--audio-quality QUALITY Specify ffmpeg/avconv audio quality, insert a value between 0 (better) and 9 (worse) for VBR or a specific bitrate like 128K (default
5)
--recode-video FORMAT Encode the video to another format if necessary (currently supported: mp4|flv|ogg|webm|mkv|xvid)
- --pp-params Extra parameters for video post-processor. The params will be splited on spaces.
+ --pp-params Extra parameters for video post-processor.
-k, --keep-video Keep the video file on disk after the post-processing; the video is erased by default
--no-post-overwrites Do not overwrite post-processed files; the post-processed files are overwritten by default
--embed-subs Embed subtitles in the video (only for mkv and mp4 videos)