diff --git a/app/modules/ts_transcode.py b/app/modules/ts_transcode.py index 733e7a1..d1d043f 100644 --- a/app/modules/ts_transcode.py +++ b/app/modules/ts_transcode.py @@ -131,14 +131,12 @@ class TruthSocialTranscode(niobot.Module): "-b:a", "96k", "-vf", - "scale=-2:'min(1080,ih)'", + "scale=-2:'min(1080,ih)',fps=25", "-movflags", "faststart", "-y", "-fps_mode", "vfr", - "-r", - "25", "-f", "mp4", out_fd.name