Window Sizing and placement
Posted: 21 Apr 2010 03:15
I was using VLC player to monitor 4 different video feeds, using a standard command in a bat file that runs at startup.
Obviously I have 4 of these in the file.
After I upgraded to the newer version all the video videos open in the middle of the screen, the correct size but not the right placement, is there anything I can do to get this to work again.
Code: Select all
Start C:\Progra~1\VideoLAN\VLC\vlc.exe udp://@:xxxx --video-x=850 --video-y=0 --width=300 --height=200
After I upgraded to the newer version all the video videos open in the middle of the screen, the correct size but not the right placement, is there anything I can do to get this to work again.