ff
This commit is contained in:
@@ -224,6 +224,7 @@ class FileProperties():
|
|||||||
ffprobeOutput, ffprobeError, returnCode = executeProcess(["ffmpeg", "-i",
|
ffprobeOutput, ffprobeError, returnCode = executeProcess(["ffmpeg", "-i",
|
||||||
self.__sourcePath,
|
self.__sourcePath,
|
||||||
"-vf", "cropdetect",
|
"-vf", "cropdetect",
|
||||||
|
"-ss", "60",
|
||||||
"-t", "180",
|
"-t", "180",
|
||||||
"-f", "null", "-"
|
"-f", "null", "-"
|
||||||
])
|
])
|
||||||
|
|||||||
Reference in New Issue
Block a user