Hi guyz, i captured the screen using the code... vlc screen:// --one-instance -I dummy --dummy-quiet --extraintf rc --rc-host localhost:8088 --rc-quiet --screen-follow-mouse --no-video :screen-fps=15 :screen-caching=300 --sout=#transcode{vcodec=h264,vb=400,fps=5,scale=1,width=1024,height=768,acodec=...
I tried the following code to start screen capture. vlc screen:// -I rc --screen-follow-mouse --screen-fps 5 :sout=#transcode{vcodec=WMV2,vb=1800,scale=1}:std{access=file,mux=asf,dst=output.wmv} And the stop script as said in the previous post. Still VLC screen capture is NOT STOPPED> Any Help appre...
Its not working . Started the capture using call "C:\Program Files\VideoLAN\VLC\vlc.exe" ^ screen:// --one-instance ^ -I dummy --dummy-quiet ^ --screen-follow-mouse ^ --no-video :screen-fps=5 :screen-caching=300 ^ --sout "#transcode{vcodec=h264,vb=400,fps=5,scale=1,width=1024,height=7...
Hi guyz. I have requirement to control the screen capture and stop via command line in windows xp.To start the screen capture i have the basic statement with arguments .. vlc screen:// -I dummy :sout=#transcode{vcodec=WMV2,vb=1800,scale=1}:std{access=file,mux=asf,dst=output.wmv} it opens a command p...