I hate ffmpeg

This commit is contained in:
Nexus 2023-11-12 17:00:09 +00:00 committed by GitHub
parent 9773031505
commit 1c917d6bea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -359,12 +359,9 @@ class VoiceCog(commands.Cog):
"-hide_banner",
"-i",
str(_input),
"-c:a",
"libopus",
"-b:a",
"64k",
"-af",
"volume=%.2f" % (level / 100),
"-c:a libopus",
"-b:a 64k",
"-af volume=%.2f" % (level / 100),
"-vn",
str(output),
),