Use the FPS filter

This commit is contained in:
Nexus 2024-08-01 19:15:08 +01:00
parent 26d251a41e
commit 730ab1fc2c
Signed by: nex
GPG key ID: 0FA334385D0B689F

View file

@ -131,14 +131,12 @@ class TruthSocialTranscode(niobot.Module):
"-b:a", "-b:a",
"96k", "96k",
"-vf", "-vf",
"scale=-2:'min(1080,ih)'", "scale=-2:'min(1080,ih)',fps=25",
"-movflags", "-movflags",
"faststart", "faststart",
"-y", "-y",
"-fps_mode", "-fps_mode",
"vfr", "vfr",
"-r",
"25",
"-f", "-f",
"mp4", "mp4",
out_fd.name out_fd.name