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