|
|
|
@ -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",
|
|
|
|
|