Page 1 of 1

Set size of video window with dummy interface, etc.

Posted: 24 Apr 2014 13:49
by xdenser
Version 2.1.3, Win 7 x 64

Code: Select all

--width --height
command line options do not work for me
with

Code: Select all

-I dummy
or

Code: Select all

--no-embedded-video
options.

It looks like --width --height work only when video is in qt interface.

I also have problems with setting

Code: Select all

--video-x=0 --video-y=0
. I get hidden window.
While

Code: Select all

--video-x=1 --video-y=1
and

Code: Select all

--video-x=-1 --video-y=-1
are ok.

Re: Set size of video window with dummy interface, etc.

Posted: 24 Apr 2014 14:23
by kodela
Version 2.1.3, Win 7 x 64
It looks like --width --height work only when video is in qt interface.
It work with Twoflower, not with Rincewind!

Re: Set size of video window with dummy interface, etc.

Posted: 24 Apr 2014 15:11
by xdenser
Yes it works. Thanks! But also has funny problems with --video-x --video-y :

--video-x=0 --video-y=0 works
--video-x=-1 --video-y=0 does not work
--video-x=-1 --video-y=1 works

Re: Set size of video window with dummy interface, etc.

Posted: 24 Apr 2014 16:00
by xdenser
It also changes window size when --aspect-ratio used.