ff
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user