[MPlayer-dev-eng] rawvideo 422P and 444P playback
Diego Biurrun
diego at biurrun.de
Sun Jan 30 19:13:58 CET 2005
Diego Biurrun writes:
> Stuart Cunningham writes:
> >
> > Attached is a patch to etc/codecs.conf to allow you to select raw planar video
> > playback with fourccs "422P" and "444P". Support for these two raw planar
> > video formats is already incorporated into mplayer but has not yet been exposed
> > via codecs.conf.
> >
> > Example command lines using these fourccs would be:
> > mplayer -rawvideo on:size=1244160:w=720:h=576:format=444P water444p.yuv
> > mplayer -rawvideo on:size=829440:w=720:h=576:format=422P water422p.yuv
>
> OK, tested, works. Roberto, OK to apply?
Applied.
> > @@ -1889,6 +1907,8 @@
> > out I420
> > out YUY2
> > out UYVY
> > + out 444P
> > + out 422P
> > out YVU9
> > out BGR32,BGR24,BGR16,BGR15
>
> Why do you add these to the null codec?
I've left this hunk out of the commit since I don't see what it is
necessary for. If you explain what it is good for I'll add it as
well.
Diego
More information about the MPlayer-dev-eng
mailing list