[VLC 2.0.6] Unable to capture wideo (desktop) with mouse
Posted: 21 Jun 2013 15:13
I think, I've tried everything, and I'm unable to force VLC 2.0.6 under Windows 7 to capture wideo from my desktop with mouse cursor. After reading debug messages I'm beginning to think, if this isn't some kind of bug.
I started with two YouTube guides. I.e. using GUI and adding:
to options. I've tried all three forms of specyfing paths under Windows:
No effect.
Then I tried command-line approach, found in this forum blog, only changing it to Windows version of:
No effect. In each approach, video is being correctly captured (first two attempts -- written to disk, third attempt -- displayed in VLC), but there is no sign of mouse pointer in captures.
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:
The thing is, that file "c:\mouse.png" exists and is 100% sure accessible by any other program, except VLC (just tested on IrfanView, Paint and Windows Explorer).
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?
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?