From 730ab1fc2cd0765b20f95cacaa0a25de6fa12d81 Mon Sep 17 00:00:00 2001 From: nexy7574 Date: Thu, 1 Aug 2024 19:15:08 +0100 Subject: [PATCH] Use the FPS filter --- app/modules/ts_transcode.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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