Skip to content

Commit 905f18e

Browse files
authored
Fix XML formatting for start_time parameter
1 parent 2baa016 commit 905f18e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/cv2/cv2_extract_frames.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
</command>
4040
<inputs>
4141
<param name="video_path" type="data" optional="False" format="mp4,avi" label="Input video to convert"/>
42-
<param name="start_time" type="float" value="0" min = "0" optional="false" label="Start time"
42+
<param name="start_time" type="float" value="0" optional="false" label="Start time"
4343
help="Start time in seconds. @HELP_SECONDS@"/>
4444
<param name="end_time" type="float" optional="true" label="End time"
4545
help="End time in seconds (optional). Leave empty to extract the sequence until the end of the video. @HELP_SECONDS@"/>

0 commit comments

Comments
 (0)