-vsync 0 for split

This commit is contained in:
Zen 2020-08-21 22:22:04 +03:00
parent 0e8e396fef
commit 51c9c0e11b

View file

@ -83,7 +83,8 @@ def segment(video: Path, temp: Path, frames: List[int]):
"-map", "0:v:0", "-map", "0:v:0",
"-an", "-an",
"-c", "copy", "-c", "copy",
"-avoid_negative_ts", "1" "-avoid_negative_ts", "1",
"-vsync", "0"
] ]
if len(frames) > 0: if len(frames) > 0: