Spaces:
Running
on
L40S
Running
on
L40S
Update detrsmpl/utils/ffmpeg_utils.py
Browse files
detrsmpl/utils/ffmpeg_utils.py
CHANGED
@@ -637,7 +637,7 @@ def video_to_images(input_path: str,
|
|
637 |
"""
|
638 |
check_input_path(
|
639 |
input_path,
|
640 |
-
allowed_suffix=['.mp4'],
|
641 |
tag='input video',
|
642 |
path_type='file')
|
643 |
prepare_output_path(
|
|
|
637 |
"""
|
638 |
check_input_path(
|
639 |
input_path,
|
640 |
+
allowed_suffix=['.mp4', '.mov'],
|
641 |
tag='input video',
|
642 |
path_type='file')
|
643 |
prepare_output_path(
|