I want to capture some pc screen every day for few hours. I found vlc is the best why to do it and so I've made 2 bat files to start and stop the capture and scheduled them with ms scheduler.
sometimes it works but most of the time the app crashes..
this is the start recording bat:
"C:\vlc-2.1.0\vlc.exe" --qt-start-minimized screen:// :screen-fps=10 :screen-mouse-image=C:\vlc-2.1.0\mouse.png :sout=#transcode{vcodec=divx,vb=0,scale=0,acodec=mp4a,ab=128,channels=2,samplerate=44100}:std{access=file,dst=C:\Captures\session-%date:~7,2%%date:~4,2%%date:~10,4%.mp4} :no-sout-rtp-sap :no-sout-standard-sap :ttl=1 :sout-keep :rc-fake-tty
and this is the crash I get: Exception Code: c0000005
pls help
ACCESS_VIOLATION
occurred. Most likely your scheduled task (or scheduled task user) does not have the necessary privileges to write to a specified file location. – David Ruhmann