On Mon, 17 Jan 2005 08:08:46 +0100, "Alexander 'boesi' Bösecke"
<[EMAIL PROTECTED]> wrote:
>> 1. There is PyMedia (http://pymedia.org/)
>
>Is this library able to extract single images from a video? AFAICS it
>can only convert videos from one format to another. But I didn't try it,
>I've looked only in the docu.

Yes, you can extract single images from a video. The package uses the
avformat and avcodec libraries from ffmpeg and it provides rather low
level access to video/audio files. You can access the individual
streams in a file, obtain the stream data and decode the data therein.
What you do with the data is up to your application. Converting the
file into another format is just one such application. 

- Matthias -

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

Reply via email to