You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tools/cv2/cv2_extract_frames.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,8 @@
36
36
</command>
37
37
<inputs>
38
38
<paramname="video_path"type="data"optional="False"format="mp4,avi"label="Input video to convert"/>
39
-
<paramname="start_time"type="float"optional="False"label="Start time (seconds)"help="Start time in seconds"/>
40
-
<paramname="end_time"type="float"optional="False"label="End time (seconds)"help="End time in seconds"/>
39
+
<paramname="start_time"type="float"value= "0"optional="False"label="Start time (seconds)"help="Start time in seconds"/>
40
+
<paramname="end_time"type="float"value= "-1"optional="False"label="End time (seconds)"help="End time in seconds"/>
41
41
<paramname="convert_to_grey"type="boolean"label="Convert output to single-channel grayscale?"help="Convert the file to grayscale (will be RGB otherwise)."/>
0 commit comments