release 2013.01.12
authorPhilipp Hagemeister <phihag@phihag.de>
Sat, 12 Jan 2013 16:59:58 +0000 (17:59 +0100)
committerPhilipp Hagemeister <phihag@phihag.de>
Sat, 12 Jan 2013 16:59:58 +0000 (17:59 +0100)
README.md
youtube_dl/version.py

index 8fda07f771abf06811bdab002dfd21b509ee2515..71bad017dd9aa6a9086a5310a771b216138714b7 100644 (file)
--- a/README.md
+++ b/README.md
@@ -110,6 +110,8 @@ which means you can modify it, redistribute it or use it however you like.
     --audio-quality QUALITY  ffmpeg/avconv audio quality specification, 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)
     -k, --keep-video         keeps 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-
index d8e82f4cd9e6b43389fa1b1dd2f3647a115c17f7..40bc663edd86396435b06baee737488ff3628899 100644 (file)
@@ -1,2 +1,2 @@
 
-__version__ = '2013.01.11'
+__version__ = '2013.01.12'