Javanaut 8 months ago
parent f32b7a06c0
commit ff6bacb0d5

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

Loading…
Cancel
Save