Speed up /rbh and add fade
All checks were successful
Build and Publish college-bot-v2 / build_and_publish (push) Successful in 14s

This commit is contained in:
Nexus 2024-06-11 22:12:21 +01:00
parent 3b10d4e873
commit 6be3f97ad4

View file

@ -265,6 +265,14 @@ class FFMeta(commands.Cog):
"libopus", "libopus",
"-pix_fmt", "-pix_fmt",
"yuv420p", "yuv420p",
"-vf",
"fade=in:0:d=5",
"--tune-content",
"screen",
"-cpu-used",
"5",
"-deadline",
"realtime",
"-shortest", "-shortest",
"-y", "-y",
"-f", "-f",