mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
+
This commit is contained in:
parent
f4743e0998
commit
a357656a5c
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ def create_video_queue_hybrid(args: Args, split_locations: List[int]) -> List[Ch
|
|||
"""
|
||||
keyframes = get_keyframes(args.input)
|
||||
|
||||
end = [(frame_probe_cv2(args.input)] if frame_probe_cv2(args.input) > 1 else [frame_probe(args.input)]
|
||||
end = [frame_probe_cv2(args.input)] if frame_probe_cv2(args.input) > 1 else [frame_probe(args.input)]
|
||||
|
||||
splits = [0] + split_locations + end
|
||||
|
||||
|
|
Loading…
Reference in a new issue