A simple video player written in python using ffpyplayer and OpenCV
cvplayer is a minimal wrapper around the ffpyplayer.MediaPlayer class for playing videos through interactive (direct access to the player through keymaps) or scripts (getting a VideoPlayer instance and doing whatever the user wants to) audio playback and supplying frames is handles by ffpyplayer and OpenCV is used to display the frames this makes it useful for simple interactable video playback as well for integrating video playback in programs Scripted access cvplayer provides the VideoPlayer class which is the main wrapper […]
Read more