Page 1 of 1

screen-mouse-image distortion

Posted: 27 Sep 2016 08:27
by hgabor47
Hi,
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'}}"
This code was OK about a year but now the recording finished successful but the mouse image appear a distorted line (but my mouse is a 32x32 png)

I think the VLC version changed and the mouse handler be wrong.