avhimkov
3/18/2017 - 8:41 AM

vlcscr.bat

@echo off
cd C:\Program Files (x86)\VideoLAN\VLC\
start vlc.exe screen:// :screen-left=0 :screen-top=0 :screen-height=1200 :screen-width=1920  :screen-fps=20.000000 :live-caching=300 :screen-follow-mouse :screen-mouse-image=cursor.png  :sout=#transcode{vcodec=mp2v,vb=800,fps=20,scale=0,acodec=none}:http{dst=:8000/video.ts, ttl=1} :sout-all :sout-keep
exit