mirror of
https://codeberg.org/polarisfm/youtube-dl
synced 2024-11-22 08:34:32 +01:00
Clarify the effect of -x / --extract-audio
Make it clear that specifying a target bitrate does not force conversion if source and target format is the same
This commit is contained in:
parent
51c7f40c83
commit
c6fb043968
@ -386,8 +386,12 @@ Alternatively, refer to the [developer instructions](#developer-instructions) fo
|
||||
|
||||
## Post-processing Options:
|
||||
-x, --extract-audio Convert video files to audio-only files
|
||||
or convert audio to different format
|
||||
(requires ffmpeg or avconv and ffprobe or
|
||||
avprobe)
|
||||
avprobe). Conversion only happens when
|
||||
source and target formats are different,
|
||||
regardless of source and target quality/
|
||||
bitrate
|
||||
--audio-format FORMAT Specify audio format: "best", "aac",
|
||||
"flac", "mp3", "m4a", "opus", "vorbis", or
|
||||
"wav"; "best" by default; No effect without
|
||||
|
Loading…
Reference in New Issue
Block a user