improve compression
All checks were successful
Build and Publish / build_and_publish (push) Successful in 5m30s

This commit is contained in:
Nexus 2024-06-13 00:10:48 +01:00
parent c4e3bec659
commit f77528bf23
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -261,12 +261,16 @@ class FFMeta(commands.Cog):
str(rbh), str(rbh),
"-c:v", "-c:v",
"h264", "h264",
"-vprofile",
"high",
"-b:v",
"100k"
"-c:a", "-c:a",
"libopus", "libopus",
"-pix_fmt", "-pix_fmt",
"yuv420p", "yuv420p",
"-vf", "-vf",
"fade=in:0:d=22,pad='iw+mod(iw\\,2)':'ih+mod(ih\\,2)'", "fade=in:0:d=22,pad='iw+mod(iw\\,2)':'ih+mod(ih\\,2)',fps=fps=2",
"-tune", "-tune",
"stillimage", "stillimage",
"-preset", "-preset",