Multiple Monitors slide show
Posted: 19 Oct 2011 09:39
How can I have VLC display multiple full screen slide shows in multiple monitors? or is even possible... if so, is it best to use windows or linux?
Discussion and support for VLC media player and friends
http://forum.videolan.org/
Code: Select all
--video-x=<integer> Video X coordinate
You can enforce the position of the top left corner of the video
window (X coordinate).
Code: Select all
--embedded-video, --no-embedded-video
Embedded video (default enabled)
Embed the video output in the main interface. (default enabled)
Code: Select all
--directx-device={} Name of desired display device
In a multiple monitor configuration, you can specify the Windows
device name of the display that you want the video window to open on.
For example, "\\.\DISPLAY1" or "\\.\DISPLAY2".