mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
-vsync 0 for split
This commit is contained in:
parent
0e8e396fef
commit
51c9c0e11b
1 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue