From ff6bacb0d5517d91c8ab28ea6728d73dd8060830 Mon Sep 17 00:00:00 2001 From: Javanaut Date: Sun, 2 Feb 2025 12:11:26 +0100 Subject: [PATCH] ff --- src/ffx/file_properties.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ffx/file_properties.py b/src/ffx/file_properties.py index d8ac319..b72563e 100644 --- a/src/ffx/file_properties.py +++ b/src/ffx/file_properties.py @@ -219,7 +219,7 @@ class FileProperties(): """ # ffmpeg -i -vf cropdetect -f null - - ffprobeOutput, ffprobeError, returnCode = executeProcess(["ffmpeg" "-i", + ffprobeOutput, ffprobeError, returnCode = executeProcess(["ffmpeg", "-i", self.__sourcePath, "-vf", "cropdetect", "-t", "180",