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: try:
subprocess.call([ subprocess.call([
"ffmpeg", "ffmpeg",
"-i",
source_video_file,
"-ss", "-ss",
start_time, start_time,
"-to", "-to",
end_time, end_time,
"-i",
source_video_file,
"-c", "-c",
"copy", "copy",
"-err_detect", "-err_detect",