I'll add a CMD-Script for 64-Bit Version to try out different Options or Commands.
The Script start three Videos on x/y-Coordinate and close at the End of the Video the VLC-Player.
You can Replace the Video with a Playlist.
Edit the Script in the Notepad-Editor and save it as *.bat File.
Code: Select all
@echo off
start "" "C:\Program Files\VideoLAN\VLC\vlc.exe" D:\Video\Video2.mp4 --no-video-deco --no-embedded-video --no-audio --video-on-top --video-x=1 --video-y=1 --zoom=0.84375 --qt-start-minimized --no-video-title-show --no-repeat vlc://quit
start "" "C:\Program Files\VideoLAN\VLC\vlc.exe" D:\Video\Video4.mp4 --no-video-deco --no-embedded-video --no-audio --video-on-top --video-x=1 --video-y=608 --zoom=0.84375 --qt-start-minimized --no-video-title-show --no-repeat vlc://quit
start "" "C:\Program Files\VideoLAN\VLC\vlc.exe" D:\Video\Video6.mp4 --no-video-deco --no-embedded-video --no-audio --video-on-top --video-x=1 --video-y=1216 --zoom=0.84375 --qt-start-minimized --no-video-title-show --no-repeat vlc://quit
It is possible to change some commands.
Have a Look in the Command-Line-Help.
-
https://wiki.videolan.org/VLC_command-line_help/