gpt4 book ai didi

Python - youtube-dl.utils.DownloadError : ERROR: audio conversion failed: file: mp3 invalid argument

转载 作者:行者123 更新时间:2023-12-04 23:15:39 31 4
gpt4 key购买 nike

youtube-dl.utils.DownloadError: ERROR: audio conversion failed: file: mp3 invalid argument
上面的错误出现了以下参数,在 Windows 7 上的 Python 3.6 上运行 youtube-dl,安装了 FFmpeg 和 libmp3lame。

ydl_opts = {                                                
"format": "bestaudio/best",
"extractaudio": True,
"outtmpl": fetch_name + "%(ext)s",
"noplaylist": True,
"nocheckcertificate": True,
"postprocessors": [{
"key": "FFmpegExtractAudio",
"preferredcodec": "mp3",
"preferredquality": "192",
}],
"progress_hooks": [hook]
}

fetch_name 例如 C:\Path\File . [hook]只显示下载消息。
我在这里和互联网上搜索过,但找不到这个错误。

最佳答案

尝试添加一个“。”到outtmpl的末尾。错误神奇地消失了。

我还没有检查,但我怀疑这是 youtube-dl 的错误,它需要替换文件扩展名。

我不知道在这里碰到一个死问题是否不受欢迎,但我想我会对此有所了解,因为我被同样的问题所困扰。

关于Python - youtube-dl.utils.DownloadError : ERROR: audio conversion failed: file: mp3 invalid argument,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42795915/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com