Page 1 of 1

where is --zoom ? [SOLVED]

Posted: 15 Jul 2013 00:46
by TTrash100
official documentation http://www.videolan.org/doc/vlc-user-gu ... l#id341256 says:
--zoom <float> adds a zoom factor.
but REAL help don't have it:
vlc --help | grep -ie '--zoom'
no results
vlc --help | grep -i zoom
Zoom:
--global-key-zoom-quarter <string>
--key-zoom-quarter <string>
--global-key-zoom-half <string>
--key-zoom-half <string> 1:2 Half
--global-key-zoom-original <string>
--key-zoom-original <string>
--global-key-zoom-double <string>
--key-zoom-double <string> 2:1 Double
no way to setup zoom, only to setup key for zoom

also if i start vlc with --zoom=0.25 it gets totally ignored

so, where --zoom ?

Re: where is --zoom ?

Posted: 15 Jul 2013 14:22
by mederi
--scale

Re: where is --zoom ? [SOLVED]

Posted: 15 Jul 2013 15:30
by TTrash100
works, THANK YOU !
marked topic as solved