LWN.net Logo

PyMedia 1.2.0 released

From:  =?koi8-r?Q?=22?=Dmitry Borisov=?koi8-r?Q?=22=20?= <jbors-AT-mail.ru>
To:  python-announce-list-AT-python.org
Subject:  ANN: PyMedia 1.2.0
Date:  Thu, 15 Apr 2004 00:11:14 +0400

Hi,
Just wanted to let you know that PyMedia 1.2.0 is out.
PyMedia is a media library for Python based on libavcodec and libavformat.
It includes following features:
1. Audio decoding/encoding.
2. Video decoding/encoding.
3. Direct access to sound device with ability to pause/stop get position
4. Direct access to cdda tracks for easy grabbing and encoding Audio CDs
5. Simple interface and portability( Windows/Linux )

Just check the http://pymedia.sourceforge.net and download latest version( 1.2.0
).
You may find some really handy scripts in examples directory.
These are:
  Video player( vplayer.py ), requires pydfb(
http://sourceforge.net/project/showfiles.php?group_id=86491&package_id=107482 )
or pygame 1.6 patched with Overlay support(
http://66.159.221.186/pygame-1.6-overlay.patch.gz )
  Audio player( aplayer.py )
  CDDA grabber( read_cdda_track.py )
  Video recoder( encode_video.py, recode_video.py )
  Audio recoder( recode_audio.py )

Thank you,
Dmitry/


-- 
http://mail.python.org/mailman/listinfo/python-announce-list

        Support the Python Software Foundation:
        http://www.python.org/psf/donations.html


(Log in to post comments)

Copyright © 2004, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds