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