From 867756c661d6c0b5e6e1d4a53e13b545172e479d Mon Sep 17 00:00:00 2001 From: Javanaut Date: Sun, 2 Feb 2025 12:22:34 +0100 Subject: [PATCH] ff --- src/ffx/file_properties.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ffx/file_properties.py b/src/ffx/file_properties.py index 69e9799..f209c10 100644 --- a/src/ffx/file_properties.py +++ b/src/ffx/file_properties.py @@ -224,6 +224,7 @@ class FileProperties(): ffprobeOutput, ffprobeError, returnCode = executeProcess(["ffmpeg", "-i", self.__sourcePath, "-vf", "cropdetect", + "-ss", "60", "-t", "180", "-f", "null", "-" ])