You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spent a bit of time trying to implement this but couldn't get it working at the time.
Proposed interface is a loop variable in the VideoReader initialisation, where:
''''loop' is a boolean specifying whether or not to continually restart playback when out of frames, or a positive integer specifying the number of times to restart playback, or a negative integer specifying the number of times to bounce playback. Start and end points are respected when looping/bouncing.'''
Would be useful to be able to loop videos back to the start once reaching the end, or even bounce between the start and end.
The text was updated successfully, but these errors were encountered: