Friday, February 03, 2006
Misc Usage@Python
Python & Webservices
使用Python來寫Webservices是非常有趣且容易的事,pymedia
http://mail.python.org/pipermail/python-announce-list/2004-June/003160.html http://pymedia.org/ http://pymedia.org/tut/index.html cvs -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pymedia login cvs -z3 -d:pserver:anonymous@cvs.sourceforge.net:/cvsroot/pymedia co -P pymedia
PyMedia library is a Python module for wav, mp3, ogg, avi, divx, dvd, cdda etc files manipulations. It allows you to parse, demutiplex, multiplex, decode and encode all supported formats. Also it features direct interface to a DVD-ROM drive allowing you to extract Audio disks, DVD and VCD movies. Sound interface is making it a snap to play sound on a selected audio card. Resample and reformat your sound before you play it. Features page can help you to see what else you can do with PyMedia.
PyMedia is very small in size and very flexible at the same time. See tutorial for numerous list of examples. It allows you to create your own mutimedia applications in a matter of minutes by even a newbie in programming. Python language is choosen because of simple semantics, complete and reach set of features.
There is a PyCar application which takes advantage of the PyMedia library extensivelly and serve in my car as a powerful car media center.