mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +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)
|
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
|
splits = [0] + split_locations + end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue