Python/OpenCV based Video Player with keyboard and mouse controls. Useful for Research purposes, when one wishes to monitor the video frame by frame.
Contributions are welcome!
To run the program:
$ python alpha_player_1.py video_file.mp4
W/w: "Play"
S/s: "Stay" (Pause) [I like keeping things rhyming!]
D/d: "Next" (Next frame)
A/a: "Prev" (Previous frame)
E/e: "Fast" (Increase playing speed)
Q/q: "Slow" (Decrease playing speed)
C/c: "Snap" (Screenshot feature)