在有人将其标记为重复之前,请先阅读一点内容。:)
我一直使用 youtube-dl 从 SoundCloud 下载音频,现在又从 YouTube 下载。有几种不同的方法可以仅从 YouTube 下载音频,但它们似乎都产生相同的文件,所以我不确定应该使用哪些设置。
我尝试了所有这些方法,它们都给出了相同的文件。(MD5 不同,但大小和比特率完全相同。)
--extract-audio
--extract-audio --audio-quality 0
-f bestaudio
-f bestaudio --audio-quality 0
-f bestaudio/best
-f bestaudio/best --audio-quality 0
所以我的问题是:如果这些选项都提供相同的文件,那么它们之间到底有什么区别?我应该使用哪个选项来获得最佳质量、未经修改的音频?
答案1
所有信息均在手册页:
从man youtube-dl
--audio-quality QUALITY
ffmpeg/avconv audio quality specification, insert a value between 0
(better) and 9 (worse) for VBR or a specific bitrate like 128K (default 5)
-f, --format FORMAT
video format code, specify the order of preference using slashes, as in -f
22/17/18 . Instead of format codes, you can select by extension for the
extensions aac, m4a, mp3, mp4, ogg, wav, webm. You can also use the special
names "best", "bestvideo", "bestaudio", "worst".