PDA

View Full Version : Video Playback in Python



noob_Lance
February 13th, 2006, 12:37 AM
Hey, I want to make a small simple yet effective program that will play videos using python. Anyone know anything about this except for pyMedia? pymedia dosnt work... there own sample code gives errors about there own product :p

~Lance

ow50
February 13th, 2006, 02:42 AM
GStreamer Python Bindings
http://gstreamer.freedesktop.org/modules/gst-python.html

I haven't tried it myself. At least it should be easy, but is it mature enough and properly documented, that I don't know.

nszabolcs
February 13th, 2006, 06:56 PM
http://www.pymedia.org for codecs (~ffmpeg binding)
http://www.pygame.org for displaying the video (SDL binding)
Edit: oops, now i see you don't want pymedia, sorry (are you trying the latest code?)