normalize ffmpeg/avconv names printing

This commit is contained in:
Filippo Valsorda 2012-05-31 22:42:25 +02:00
commit 505ed3088f
3 changed files with 8 additions and 7 deletions

View file

@ -87,10 +87,11 @@ which means you can modify it, redistribute it or use it however you like.
### Post-processing Options:
--extract-audio convert video files to audio-only files (requires
ffmpeg and ffprobe)
ffmpeg or avconv and ffprobe or avprobe)
--audio-format FORMAT "best", "aac", "vorbis", "mp3", "m4a", or "wav";
best by default
--audio-quality QUALITY ffmpeg audio bitrate specification, 128k by default
--audio-quality QUALITY ffmpeg/avconv audio bitrate specification, 128k by
default
-k, --keep-video keeps the video file on disk after the post-
processing; the video is erased by default