Page 1 of 1

Screen capture with audio via command line. HOW TO !!

Posted: 02 Sep 2011 09:16
by karthikus
Hi guyz, i captured the screen using the code...

Code: Select all

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=none}:duplicate{dst=std{access=file,mux=mp4,dst=C:/capture_final.mp4}}
and audio using

Code: Select all

vlc dshow:// :dshow-vdev="None" :input-slave=screen:// :screen-fps=10 --screen-width=640 --screen-height=480 --screen-top=144 --screen-left=192 :sout=#transcode{vcodec=WMV2,vb=1600,scale=1,acodec=wma2,ab=64,channels=1,samplerate=11025}:std{access=file,mux=asf,dst=heck.wmv} --high-priority
Both of them works independently. I want to issue a single command with which the capture of screen with audio should be done. Can any one provide me some example command. . Thanks

Re: Screen capture with audio via command line. HOW TO !!

Posted: 02 Sep 2011 13:55
by karthikus
Any suggestions>>??

Re: Screen capture with audio via command line. HOW TO !!

Posted: 03 Sep 2011 12:59
by VLC_help
AFAIK won't work with current input-slave structure.