Code: Select all
vlc.exe screen:// --qt-start-minimized --screen-width=500 --screen-height=300 --screen-mouse-image=file:///C:/mouse.png --screen-follow-mouse --screen-fps=10 :sout=#transcode{vcodec=h264,vb=1800,scale=1}:std{access=file,dst=C:\TEMP\test.mp4}
When I use above command without it:
Code: Select all
vlc.exe screen:// --qt-start-minimized --screen-width=500 --screen-height=300 --screen-mouse-image=file:///C:/mouse.png --screen-fps=10 :sout=#transcode{vcodec=h264,vb=1800,scale=1}:std{access=file,dst=C:\TEMP\test.mp4}
But, whenever I attempt add "screen-follow-mouse" to above command, to capture region around my mouse pointer, VLC crashes really badly (most times even Windows is unable to detect that it crashed and offer "a solution to this problem") and next time I start it, it asks me about sending developers an e-mail.
Can someone help me, providing correct command-line for capturing limited area of screen, that follows moving mouse?
Additionally, I noticed two things:
1. Whenever I click "Yes" in the dialog asking me about sending developers an e-mail, VLC again crashes and upon restart the same message is displayed -- as long as I keep pressing "Yes" VLC crashes, and I need to press "No" to get it running. Is "e-mail to developers" feature working in Windows port o VLC 2.0.7?
2. In these few moments, when Windows is able to detect, VLC crashed, it reports it as version 2.0.6, not 2.0.7. While, in "About" box, when I'm able to run VLC, I can clearly see "2.0.7 Twoflower". What's wrong?