release 2013.01.12
This commit is contained in:
parent
ca0a0bbeec
commit
fbc5f99db9
2 changed files with 3 additions and 1 deletions
|
@ -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
|
--audio-quality QUALITY ffmpeg/avconv audio quality specification, insert a
|
||||||
value between 0 (better) and 9 (worse) for VBR or a
|
value between 0 (better) and 9 (worse) for VBR or a
|
||||||
specific bitrate like 128K (default 5)
|
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-
|
-k, --keep-video keeps the video file on disk after the post-
|
||||||
processing; the video is erased by default
|
processing; the video is erased by default
|
||||||
--no-post-overwrites do not overwrite post-processed files; the post-
|
--no-post-overwrites do not overwrite post-processed files; the post-
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
|
|
||||||
__version__ = '2013.01.11'
|
__version__ = '2013.01.12'
|
||||||
|
|
Loading…
Reference in a new issue