Stanza is a versatile media player that was created using pygame and tkinter. The mp4 functionality lets you monitor video files frame by frame.
Open the "main.py" file using a text editor like PyCharm and then run it so you can use the app. To run the mp4 functionality type:
$ python alpha_player_1.py video_file.mp4
Command List:
W/w: "Play" S/s: "Stay" (Pause) 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)
- Pantelis Kassotis - Initial work - Portfolio
This project is licensed under the MIT License - see the LICENSE.md file for details.