gpt4 book ai didi

ffmpeg - 如何为您的不和谐机器人安装 FFMPEG?

转载 作者:行者123 更新时间:2023-12-04 23:25:01 29 4
gpt4 key购买 nike

我想让我的不和谐机器人播放音乐,但我不断收到“找不到 FFMPEG”错误。

我的机器人主要是由 ping 制成的,所以我不会上传那部分。音乐代码应该是这个。

const Discord = require('discord.js');
const bot = new Discord.Client();
var bm = message.content.toLowerCase()

bot.on('message',(message) => {

if (bm == "pray") {
var VC = message.member.voiceChannel;
if (!VC)
return message.reply("You are not in the church my son.")
VC.join()
.then(connection => {
const dispatcher = connection.playFile('d:/mp3.MP3');
dispatcher.on("end", end => {VC.leave()});
})
.catch(console.error); )

附言: 我知道我应该以某种方式导入 FFMPEG,因为我已经下载了它。但我不知道怎么做。

最佳答案

我在这里找到了答案,位于 http://blog.gregzaal.com/how-to-install-ffmpeg-on-windows/ .在这里您可以看到如何添加 FFMPEG 来下载、解压缩、路径和使用它。

关于ffmpeg - 如何为您的不和谐机器人安装 FFMPEG?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51751964/

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