Javanaut 8 months ago
parent f81a6edb07
commit 867756c661

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

Loading…
Cancel
Save