I use this command line for recording from desktop.
Code: Select all
call "C:/munka/VideoLAN/VLC/vlc.exe" ^
screen:// --one-instance ^
-I dummy --dummy-quiet ^
--extraintf rc ^
--rc-host localhost:8088 ^
--rc-quiet ^
--screen-follow-mouse ^
--no-video :screen-fps=15 :screen-caching=300 ^
--screen-mouse-image="orangemousemini2.png" ^
--sout "#transcode{vcodec=h264,vb=900,fps=15,scale=1,width=1440,height=900,acodec=none}:duplicate{dst=std{access=file,mux=mp4,dst='C:/munka/video/screencapture.mp4'}}"
I think the VLC version changed and the mouse handler be wrong.