This commit is contained in:
Zen 2020-09-02 03:04:31 +03:00
parent f4743e0998
commit a357656a5c

View file

@ -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