Fixed clipper cut

This commit is contained in:
Vitalii Lebedynskyi
2022-08-20 22:35:26 +03:00
parent 924294c31e
commit 5cec84c26c

View File

@@ -49,12 +49,12 @@ class Clipper:
try:
subprocess.call([
"ffmpeg",
"-i",
source_video_file,
"-ss",
start_time,
"-to",
end_time,
"-i",
source_video_file,
"-c",
"copy",
"-err_detect",