mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2025-08-21 13:54:22 -07:00
normalize ffmpeg/avconv names printing
This commit is contained in:
parent
0b976545c7
commit
505ed3088f
3 changed files with 8 additions and 7 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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue