We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71f96a9 commit 2baa016Copy full SHA for 2baa016
1 file changed
tools/cv2/cv2_extract_frames.xml
@@ -39,7 +39,7 @@
39
</command>
40
<inputs>
41
<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" optional="false" label="Start time"
+ <param name="start_time" type="float" value="0" min = "0" optional="false" label="Start time"
43
help="Start time in seconds. @HELP_SECONDS@"/>
44
<param name="end_time" type="float" optional="true" label="End time"
45
help="End time in seconds (optional). Leave empty to extract the sequence until the end of the video. @HELP_SECONDS@"/>
0 commit comments