This commit is contained in:
2025-02-02 12:22:34 +01:00
parent f81a6edb07
commit 867756c661

View File

@@ -224,6 +224,7 @@ class FileProperties():
ffprobeOutput, ffprobeError, returnCode = executeProcess(["ffmpeg", "-i",
self.__sourcePath,
"-vf", "cropdetect",
"-ss", "60",
"-t", "180",
"-f", "null", "-"
])