From f6439245c6e1a96f39a457cf28a7ade943d58868 Mon Sep 17 00:00:00 2001 From: Lukas Blacha Date: Tue, 7 Feb 2023 22:27:45 +0100 Subject: [PATCH] Switched back to ffmepgPCM --- Music-Bot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Music-Bot.py b/Music-Bot.py index a533516..eda415c 100644 --- a/Music-Bot.py +++ b/Music-Bot.py @@ -50,7 +50,7 @@ else: }], } - ffmpeg_options = {"options": "-vn"} + ffmpeg_options = {"options": "-vn -threads 2"} ytdl = yt_dlp.YoutubeDL(ytdl_format_options)