[MPlayer-dev-eng] [PATCH PROPOSAL] -vf option, or soon no more scanf in the vf's

D Richard Felker III dalias at aerifal.cx
Fri Mar 14 22:18:22 CET 2003


On Fri, Mar 14, 2003 at 09:53:42PM +0100, Arpi wrote:
> Hi,
> 
> > avoid [ and {, these are special characters.
> 
> agree, but...
> 
> are there any non-special chars not yet used by the mplayer syntax? :)

I don't see how we need anything like that. The following would work
just as well:

-vop scale=w=640:h=480

Then, parts of the argument string without a keyname would be
interpreted in order. For example:

-vop scale=640:480
-vop scale=h=480:640

would do the same as:

-vop scale=w=640:h=480

Sound good?

Rich



More information about the MPlayer-dev-eng mailing list