vid:set-time
vid:set-time seconds
Sets the time of the current video source to *seconds*
. This has no effect when the current video source is a camera.
Example:
vid:set-time 100
Errors:
- Message
"vid: no selected source"
: There is no currently selected video source. Select a source withvid:movie-open
,vid:movie-select
,vid:camera-open
, orvid:camera-select
. - Message
"vid: invalid time"
: The currently active video does not contain the specified second. The second may be negative, or greater than the length of the video.
Take me to the full Vid Extension Dictionary