a simple video player with PyQt5
PyQt5
A simple video player using PyQt5. Using this,you can :
- Load multiple videos together
- Play one after another.
- use forward and backward buttons in the application or forward and backward keys on keyboard to move from one video to another.
- video can be muted from the mute button in the application.
- space bar plays/pauses the video.
- Video will loop once it is over till the application is closed or backward or forward motion is initiated.