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

Flickering in Loop Example #32

Open
CodeYan01 opened this issue Jun 2, 2023 · 0 comments · May be fixed by #33
Open

Flickering in Loop Example #32

CodeYan01 opened this issue Jun 2, 2023 · 0 comments · May be fixed by #33

Comments

@CodeYan01
Copy link

python_kIv1DYJeP0.mp4

I assume this is because tkinter events are queued, so there's a delay when replaying the video (as it has to process other events first before the callback is called)

Here's the video I used, which is small and just 10 fps (initially used 25 fps with the same issue).

ShellAndTubeTest1.mp4

I believe the loop function should just be integrated into the widget rather than making the user add an event callback for looping. It is also necessary that the last frame is not discarded when the video ends.

@CodeYan01 CodeYan01 linked a pull request Jun 2, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant