diff --git a/Av1an/split.py b/Av1an/split.py index 39435aa..4c4dae2 100755 --- a/Av1an/split.py +++ b/Av1an/split.py @@ -83,7 +83,8 @@ def segment(video: Path, temp: Path, frames: List[int]): "-map", "0:v:0", "-an", "-c", "copy", - "-avoid_negative_ts", "1" + "-avoid_negative_ts", "1", + "-vsync", "0" ] if len(frames) > 0: