[MPlayer-users] Possible to stream/pipe -vo pgmyuv?
RC
rcooley at spamcop.net
Wed Jan 19 10:30:48 CET 2005
On Mon, 17 Jan 2005 13:26:42 -0800 (PST)
"Steven M. Schultz" <sms at 2BSD.COM> wrote:
> Is there a way that I have overlooked to have the output of
> '-vo pnm:pgmyuv' (or for that matter -vo pnm:<any>) written as a
> stream rather than individual files?
It's obviously not available as an option. However, it looks trivial to
modify vo_pnm.c to do so.
Perhaps just remove/comment-out "framenum++;" on line 532 and
"fclose(outfile)" on line 550, to output a stream to 00000000.ppm.
Will it be a problem that the header is repeated? That would take more
work to change.
More information about the MPlayer-users
mailing list