Page 1 of 1

.VLC file format?

Posted: 13 Nov 2020 07:09
by Seganku
I have a .VLC file that contains an rtsp:// URL. Is there anything else I can put in this file to set the Video::Zoom to 1:2 Half?

Would it be better to set up as a .BAT?

Re: .VLC file format?

Posted: 13 Nov 2020 07:22
by Seganku
This .BAT seems to do what I want:

Code: Select all

START /B "" "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" "--zoom=0.5" "rtsp://<user>:<pass>@192.168.1.240/live"