Javanaut 8 months ago
parent f81a6edb07
commit 867756c661

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

Loading…
Cancel
Save