From 51c9c0e11b72c33d9a98d74e42750cc09fa35dbd Mon Sep 17 00:00:00 2001 From: Zen <46526140+master-of-zen@users.noreply.github.com> Date: Fri, 21 Aug 2020 22:22:04 +0300 Subject: [PATCH] -vsync 0 for split --- Av1an/split.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: