Javanaut 8 months ago
parent f32b7a06c0
commit ff6bacb0d5

@ -219,7 +219,7 @@ class FileProperties():
""" """
# ffmpeg -i <input.file> -vf cropdetect -f null - # ffmpeg -i <input.file> -vf cropdetect -f null -
ffprobeOutput, ffprobeError, returnCode = executeProcess(["ffmpeg" "-i", ffprobeOutput, ffprobeError, returnCode = executeProcess(["ffmpeg", "-i",
self.__sourcePath, self.__sourcePath,
"-vf", "cropdetect", "-vf", "cropdetect",
"-t", "180", "-t", "180",

Loading…
Cancel
Save