I would like to be able to control the speed of a video clip and also step through it frame by frame. When I try to use vv.position=vv.position + 100 for example, to step 100 msec forward, the video position always returns to the beginning.
Does anyone know an easy to alter the playback speed of a video? My videos clips are not streamed - they are built into the application. At the moment I am using a timed delay to pause and restart the video to control its speed but I'm sure there must be an easier way.