I've read VLC command line help on controlling window properties by the following options:
--width=<integer>
--height=<integer>
--video-x=<integer>
--video-y=<integer>
To my understanding, the first two width/height are for setting up VLC output window size and the last two video-x/video-y are for setting up VLC output window position. But when I tried my command line as follows:
vlc.exe --width=500 --height=500 --video-x=100 --video-y=100 movie1080p.mp4
The VLC was launched successfully, however I could not control the position and size of the video output window at all. Is there anyone used these options before or any idea why these window position/size option do not work?
Thanks,
Derek Wang