本文提供了有关如何使用 yt-dlp 仅下载 YouTube 视频中的音频的说明。它包括提取音频并指定输出格式的命令,例如 MP3、WAV、OGG 或 FLAC。
要仅从 YouTube 视频下载音频使用 yt-dlp 的 YouTube 视频,可以使用以下命令:
<code>yt-dlp -x --audio-format mp3 VIDEO_URL</code>
将 VIDEO_URL
替换为您要从中下载音频的 YouTube 视频的 URL。VIDEO_URL
with the URL of the YouTube video you want to download the audio from.
The command to extract only the audio from a YouTube video using yt-dlp is:
<code>yt-dlp -x --audio-format mp3 VIDEO_URL</code>
Replace VIDEO_URL
with the URL of the YouTube video you want to extract the audio from.
You can specify the output format for the audio file by using the --audio-format
<code>yt-dlp -x --audio-format mp3 VIDEO_URL</code>
VIDEO_URL
替换为要提取音频的 YouTube 视频的 URL from.🎜🎜如何指定音频文件的输出格式?🎜🎜您可以使用 --audio-format
选项指定音频文件的输出格式,后跟所需的格式。例如,要下载 MP3 格式的音频,您可以使用以下命令:🎜rrreee🎜您还可以指定其他音频格式,例如 WAV、OGG 或 FLAC。🎜以上是如何仅下载音频 yt-dlp的详细内容。更多信息请关注PHP中文网其他相关文章!