[MPlayer-dev-eng] [PATCH] remove yuv4mpeg RGB support

Reimar Döffinger Reimar.Doeffinger at gmx.de
Fri Jun 4 19:20:02 CEST 2010


On Fri, Jun 04, 2010 at 10:39:36AM +0200, Steinar H. Gunderson wrote:
> On Fri, Jun 04, 2010 at 07:44:20AM +0200, Reimar Döffinger wrote:
> > As I understand the code, -vf scale in interlaced code at least does the
> > very same thing as the current code.
> 
> What do you mean? The difference here was -vf scale=::1 vs. -vf
> ilpack,scale=::1 IIRC.

I mean between
mplayer <interlaced rgb input file> -vo yuv4mpeg:interlaced
and
mplayer <interlaced rgb input file> -vf scale=::1,format=yv12 -vo yuv4mpeg:interlaced

adding a format=rgb24 filter as the first filter in both cases probably
should work if no rgb video is available...



More information about the MPlayer-dev-eng mailing list