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", "-" ])