Page 1 of 1
Window Open Location
Posted: 08 Sep 2008 16:19
by ne014x
I have found the options to have the windows open to a custom size but now I want them open in a specific location on the desktop. We allready have a bat file that open four windows. What is the code I could add in to make them open to a pitcular spot on the screen and can I assume when trying out the cordiates that 0,0 is the middle of the screen?
Re: Window Open Location
Posted: 09 Sep 2008 14:07
by VLC_help
--video-x=<integer> Video X coordinate
You can enforce the position of the top left corner of the video
window (X coordinate).
--video-y=<integer> Video Y coordinate
You can enforce the position of the top left corner of the video
window (Y coordinate).
http://wiki.videolan.org/VLC_command-line_help
you might to have disable embedded interface.
http://wiki.videolan.org/WindowsFAQ#How ... _window.3F
Re: Window Open Location
Posted: 11 Sep 2008 15:52
by ne014x
Other than just playing around how do I find cordinates of a spot on the screen?
Re: Window Open Location
Posted: 11 Sep 2008 16:35
by VLC_help
They should be pixel accurate positions, full screen capture and some image editor should be enough to figure out certain spot.
Re: Window Open Location
Posted: 11 Sep 2008 17:29
by ne014x
Genuis!
Thanks A ton!