I was using VLC player to monitor 4 different video feeds, using a standard command in a bat file that runs at startup. Start C:\Progra~1\VideoLAN\VLC\vlc.exe udp://@:xxxx --video-x=850 --video-y=0 --width=300 --height=200 Obviously I have 4 of these in the file. After I upgraded to the newer versio...
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 t...
I am new, but I have looked through and tried all the suggestions in the post I could find on this before posting it. I am setting up a bat file that will run on start up to record a UDP stream but I only want to record 1 minute to 1 minute and 30 seconds of video. (this is for legal reasons at a te...