Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VideoReader Looping/Bouncing #7

Open
ES-Alexander opened this issue Oct 11, 2020 · 1 comment
Open

VideoReader Looping/Bouncing #7

ES-Alexander opened this issue Oct 11, 2020 · 1 comment
Labels
enhancement New feature or request
Milestone

Comments

@ES-Alexander
Copy link
Owner

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.

@ES-Alexander
Copy link
Owner Author

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.
'''

@ES-Alexander ES-Alexander added the enhancement New feature or request label Oct 11, 2020
@ES-Alexander ES-Alexander added this to the v1.2.0 milestone Oct 17, 2020
@ES-Alexander ES-Alexander modified the milestones: v1.2.0, v1.3.0 Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant