tkVideoPlayer
tkVideoPlayer copied to clipboard
Video player for tkinter.
tkVideoPlayer only seeks in seconds, but I want to seek the video based on frame number of video, can we do this with tkVideoPlayer and also the progress bar based...
i'm using tkVideoPlayer to loop a video, but every time the video restart the ram usage continues to increase and reaches several gigabytes, is there any way to prevent this?
If you encounter any framerate-related issues, even after upgrading to the latest version, i.e the video being too fast or too slow, please comment under this. Before posting a comment...
Currently PyAV 9.2.0 supports only till 3.10. The latest pyav 11 does support till python 12, however upon trying the latest package, I seem to notice a memory leak when...
Added audio feature, please test it with different videos. @PaulleDemon #2 What to test? - Different FPS videos with audio - Play/Pause/Seek - Monitor the memory changes I have separated...
Use this version if you want any of the following feature: - Added accurate frame seeking - Added audio (beta stage) - Added more info parameters - Minor error issues...
Makes it easier to toggle looping, and prevents flickering that would be caused by calling `TkinterVideo.play()` after the "" event. Fixes #32
https://github.com/PaulleDemon/tkVideoPlayer/assets/65320293/696c2a86-f6ac-4fd4-a0e0-9ae59a4c1f39 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...
Fixed the seek function so it is precise so it dose not round it to the nearest 5 seconds i also added a var for speeding or slowing down the...