Re: Extract frame from wmv

2008-11-06 Thread Martin
Lawrence D'Oliveiro wrote: In message [EMAIL PROTECTED], Tim Golden wrote: Alternatively, you might be able to commandline control mencoder or ffmpeg itself to do this. Not sure, but there must be *something* among those millions of command-line options! FFmpeg--yes! Unfortunately it looks

Re: Extract frame from wmv

2008-11-06 Thread Martin
Tim Golden wrote: Martin wrote: Lawrence D'Oliveiro wrote: In message [EMAIL PROTECTED], Tim Golden wrote: Alternatively, you might be able to commandline control mencoder or ffmpeg itself to do this. Not sure, but there must be *something* among those millions of command-line options!

Re: Extract frame from wmv

2008-11-06 Thread Tim Golden
Martin wrote: Lawrence D'Oliveiro wrote: In message [EMAIL PROTECTED], Tim Golden wrote: Alternatively, you might be able to commandline control mencoder or ffmpeg itself to do this. Not sure, but there must be *something* among those millions of command-line options! FFmpeg--yes!

Extract frame from wmv

2008-11-05 Thread Martin
Hi, I need to extract a frame from a wmv file and save it as a jpg. In fact I need to extract a frame from each one of a collection of several thousand wmv files, but that's beside the point. I've actually written a script that does exactly this using the pyglet module. But while it works

Re: Extract frame from wmv

2008-11-05 Thread Tim Golden
Martin wrote: I need to extract a frame from a wmv file and save it as a jpg. In fact I need to extract a frame from each one of a collection of several thousand wmv files, but that's beside the point. I've actually written a script that does exactly this using the pyglet module. But while

Re: Extract frame from wmv

2008-11-05 Thread Martin
Tim Golden wrote: Martin wrote: I need to extract a frame from a wmv file and save it as a jpg. In fact I need to extract a frame from each one of a collection of several thousand wmv files, but that's beside the point. I've actually written a script that does exactly this using the pyglet

Re: Extract frame from wmv

2008-11-05 Thread Tim Golden
Martin wrote: I've looked at Pymedia but I have to admit I couldn't work it out. Commandline might be good, but I'm really hoping someone can point me in the right direction, as this is not my area of expertise. Nor mine :) Just so people can help you out, can you be more precise in your

Re: Extract frame from wmv

2008-11-05 Thread Martin
Tim Golden wrote: Martin wrote: I've looked at Pymedia but I have to admit I couldn't work it out. Commandline might be good, but I'm really hoping someone can point me in the right direction, as this is not my area of expertise. Nor mine :) Just so people can help you out, can you be more

Re: Extract frame from wmv

2008-11-05 Thread Lawrence D'Oliveiro
In message [EMAIL PROTECTED], Tim Golden wrote: Alternatively, you might be able to commandline control mencoder or ffmpeg itself to do this. Not sure, but there must be *something* among those millions of command-line options! FFmpeg--yes! --