WorldViz User Forum

WorldViz User Forum (https://forum.worldviz.com/index.php)
-   Vizard (https://forum.worldviz.com/forumdisplay.php?f=17)
-   -   Jump to video frame? (https://forum.worldviz.com/showthread.php?t=781)

Jerry 10-09-2006 01:19 PM

Jump to video frame?
 
Does v3 have the capability to jump to and display a specified frame
of a video? I want to use a slider to move forward and backward in
a video.

farshizzo 10-09-2006 01:43 PM

Yes, look in the programming reference for an explanation of how to do this. Here is a code sample to do this:
Code:

video.setFrame(3) #Go to frame 3
Depending on the codec being used to decode the video, the performance for jumping backward through a frame might be really slow. If it is, try creating a lot of key frames for the video.


All times are GMT -7. The time now is 10:46 PM.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC