[MEncoder-users] How can I decode a movie->image at a specified rate ?!
RC
rcooley at spamcop.net
Wed Jan 24 15:17:13 CET 2007
On Tue, 23 Jan 2007 14:02:50 +0000
Pierre PARENT <pp57 at hotmail.com> wrote:
> I would like to know if there is a way to obtain PPM images from a
> video in stdout at the video frame rate.
Use mplayer with -vo pnm (and don't disable sound).
If you want a continuous stream (rather than multiple seperate indivual
files on disk), you'll have to comment-out a couple lines in
libvo/vo_pnm.c. Specifically: framenum++; and fclose(outfile);
More information about the MEncoder-users
mailing list