Advertisement
Guest User

VLC 4 Fenster Finished!

a guest
Jul 27th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.17 KB | None | 0 0
  1. @Echo Off
  2.  
  3. :: Reihenfolge in der gestartet wird ist 4,3,2,1
  4. :: --fullscreen für einzelnes Video noch dazu hängen
  5.  
  6. :: Second Line, Video 3 + 4
  7. Start "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --video-x=951 --video-y=539 --width=960 --height=540 C:\test.mp4 --no-qt-fs-controller --qt-start-minimized --qt-fullscreen-screennumber=3 --no-embedded-video --video-on-top --no-video-title-show
  8. Start "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --video-x=-10 --video-y=539 --width=960 --height=540 C:\test.mp4 --no-qt-fs-controller --qt-start-minimized --qt-fullscreen-screennumber=3 --no-embedded-video --video-on-top --no-video-title-show
  9.  
  10. :: Fist Line, Video 1 + 2
  11. Start "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --video-x=951 --video-y=-1 --width=960 --height=540 C:\test.mp4 --no-qt-fs-controller --qt-start-minimized --qt-fullscreen-screennumber=3 --no-embedded-video --video-on-top --no-video-title-show
  12. Start "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" --video-x=-10 --video-y=-1 --width=960 --height=540 C:\test.mp4 --no-qt-fs-controller --qt-start-minimized --qt-fullscreen-screennumber=3 --no-embedded-video --video-on-top --no-video-title-show
  13.  
  14. Exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement