在有人将其标记为副本之前,请再读一遍。:)
我一直在使用youtube-dl从SoundCloud和YouTube下载音频。有几种不同的方法只能从YouTube获得音频,但它们似乎都产生了相同的文件,所以我不确定我应该使用哪些设置。
我试过所有这些,它们都提供了相同的文件。( MD5s不同,但大小和比特率完全相同。)
--extract-audio
--extract-audio --audio-quality 0
-f bestaudio
-f bestaudio --audio-quality 0
-f bestaudio/best
-f bestaudio/best --audio-quality 0所以我的问题是:如果它们都提供相同的文件,那么这些选项之间到底有什么区别呢?我应该使用哪个选项(S)来获得最好的质量,未触及的音频?
发布于 2015-10-23 04:56:09
所有信息都在手册页中描述:
来自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".https://askubuntu.com/questions/688713
复制相似问题