I started with two YouTube guides. I.e. using GUI and adding:
Code: Select all
:screen-mouse-image=c:\mouse.png
Code: Select all
c:\mouse.png
Code: Select all
"c:\mouse.png"
Code: Select all
c:\\mouse.png
Then I tried command-line approach, found in this forum blog, only changing it to Windows version of:
Code: Select all
C:\Program Files\VideoLAN\vlc.exe screen:// :screen-mouse-image=c:\mouse.png :screen-width=500 :screen-height=300
After analysing debug messages captured for each of three attempts (here, here and here) I begin to think, that we're dealing with some kind of bug in 2.0.6 Windows VLC.
Lines like following are clearly understandable:
Code: Select all
main debug:creating access 'c:\mouse.png' location='', path='(null)
main debug:looking for access module: 0 candidates
main debug:no access module matched "c:\mouse.png"
main error: no suitable access module for `c:\mouse.png'
main debug: could not open c:\mouse.png for reading
screen error: Failed to open mouse pointer image (c:\mouse.png)
So... What next? Is this really a bug or am I doing something wrong? And what is most important for me -- how to capture videos with mouse cursor in Windows in VLC 2.0.6?