Old script no longer records mouse
Posted: 18 May 2013 03:56
So i've used the same script to record video for probably two years now, and only recently i've noticed that it no longer records my mouse pointer.
I Verified the image exists, tried moving it to a location local to this script, as well as downloaded a couple of mouse pointer images to see if that was the issue.
I also tried the colon tag rather than hyphen with no change.
I can only assume something changed with vlc that caused this to no longer work... Any input greatly appreciated.
Code: Select all
vlc screen:// :screen-fps=60.000000 :screen-caching=300 --screen-mouse-image="C:\mouse_pointer.png" :sout=#transcode{vcodec=h264,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:file{dst=D:\\FRAPS\\movies\\stream.mp4} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep :high-priority
I also tried the colon tag rather than hyphen with no change.
I can only assume something changed with vlc that caused this to no longer work... Any input greatly appreciated.