diff options
author | Filippo Valsorda <filosottile.wiki@gmail.com> | 2012-06-03 03:39:16 -0700 |
---|---|---|
committer | Filippo Valsorda <filosottile.wiki@gmail.com> | 2012-06-03 03:39:16 -0700 |
commit | 17f3c40a31e6667bb7b18cbe7cf24e5728d7aabd (patch) | |
tree | 64c9fe11279ec2547a096a6e697c88cd0f9b1484 /README.md | |
parent | a047951477096e6d5bb52f8ee37330a0104d95f0 (diff) | |
parent | 505ed3088fdb1a1276de3403ef0fa19890138f48 (diff) |
Merge pull request #353 from FiloSottile/avconv
check for avconv and ffmpeg, use as available; closes #344
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -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 |