[MPlayer-users] Setting geometry of output window does not work

Giacomo Comes comes at naic.edu
Wed May 4 15:46:14 CEST 2005


On Tue, May 03, 2005 at 10:46:22PM +0200, Thomas Zangl - Mobil wrote:
>  
> Am Tue, 3 May 2005 13:44:57 -0400, schrieb "Giacomo Comes" <comes at naic.edu>:
> 
> Hi,
> 
> >-vf scale=690:-2
> >(check the man page).
> 
> dsize={aspect|w:h}
>  Changes  the intended display size/aspect at an arbitrary point in the filter chain.  Aspect can be given as a fraction (4/3) or floating point num-
>  ber (1.33).  Alternatively, you may specify the exact display width and height desired.  Note that this filter does NOT do any  scaling  itself;  it
>  just affects what later scalers (software or hardware) will do when auto-scaling to correct aspect.
> 
> What does -2 do? Are there any other special flags?

scale[=w:h[:interlaced[:chr_drop[:param[:param2[:presize]]]]]]
      Scales the image with the software scaler (slow) and performs a YUV<->RGB colorspace conversion (also see -sws).

         <w>,<h>
              scaled width/height (default: original width/height)
              NOTE: If -zoom is used, and underlying filters (including libvo) are incapable of scaling, it defaults to d_width/d_height!
                  0:   scaled d_width/d_height
                 -1:   original width/height
                 -2:   Calculate w/h using the other dimension and the prescaled aspect ratio.
                 -3:   Calculate w/h using the other dimension and the original aspect ratio.

Giacomo




More information about the MPlayer-users mailing list