Skip to content

Python/OpenCV based Video Player with keyboard and mouse controls. Useful for Research purposes when one wishes to monitor the video frame by frame.

Notifications You must be signed in to change notification settings

maximus009/VideoPlayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

VideoPlayer

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)

About

Python/OpenCV based Video Player with keyboard and mouse controls. Useful for Research purposes when one wishes to monitor the video frame by frame.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages