summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hagemeister <phihag@phihag.de>2013-01-12 17:59:58 +0100
committerPhilipp Hagemeister <phihag@phihag.de>2013-01-12 17:59:58 +0100
commitfbc5f99db98de9707b0cb72d060a777cec2c0af4 (patch)
tree3e6477f7d07f0a71d07dc2fa854e3a7986fee9ed
parentca0a0bbeecf81720c4cc5b403ebc952baf28434b (diff)
release 2013.01.122013.01.12
-rw-r--r--README.md2
-rw-r--r--youtube_dl/version.py2
2 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8fda07f771..71bad017dd 100644
--- 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-
diff --git a/youtube_dl/version.py b/youtube_dl/version.py
index d8e82f4cd9..40bc663edd 100644
--- a/youtube_dl/version.py
+++ b/youtube_dl/version.py
@@ -1,2 +1,2 @@
-__version__ = '2013.01.11'
+__version__ = '2013.01.12'