Switched back to ffmepgPCM

This commit is contained in:
Lukas Blacha
2023-02-07 22:27:45 +01:00
parent 3496e0e5a7
commit f6439245c6

View File

@@ -50,7 +50,7 @@ else:
}], }],
} }
ffmpeg_options = {"options": "-vn"} ffmpeg_options = {"options": "-vn -threads 2"}
ytdl = yt_dlp.YoutubeDL(ytdl_format_options) ytdl = yt_dlp.YoutubeDL(ytdl_format_options)