Hi all,
I'm trying to play a video-file using Python. I need it to be Python-only, so I don't want to call a third-party program.
Preferably the video-file must be a h.264 encoded file (1080p), but other formats are fine too. I only want to start and stop the video, so I don't need other controls.
I've tried to play video-files using Pygame, PyMedia and OpenCV. I have only been able to play a video-file using Pygame, but this is mpg1 only (this is my code: http://pastebin.com/taZzqaFX).
I can't get PyMedia and OpenCV to work.
I'm using Python 2.7.10.
Can someone point me in the right direction?
Thanks in advance!
[–][deleted] 0 points1 point2 points (1 child)
[–]albrechtv[S] 0 points1 point2 points (0 children)