Code: Select all
vlc dshow:// :dshow-vdev="None" :dshow-adev="Logitech Mic (Pro 9000)" :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
Code: Select all
vlc screen:// :screen-fps=10 :screen-width=640 :screen-height=480 :screen-top=144 :screen-left=192 :input-slave=dshow:// :dshow-vdev="None" :dshow-adev="Logitech Mic (Pro 9000)" :input-slave=screen:// :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
Code: Select all
vlc screen:// :input-slave=:dshow-adev="Logitech Mic (Pro 9000)" :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
anybody know if screen capture + audio works yet? (well, using the default screen capture device...you can probably use DirectShow to get it to work, but I'm looking for something a bit more cross platform)...It seems input slave is not working right anymore (and a developer wonders why it worked at all in the past):
...http://trac.videolan.org/vlc/ticket/3107
How is it broken? Is this a bug? Has it been filed on trac?It is totally impossible to create an screen capture for windows using vlc, because remote control for win32 is broken! Yes you can do it but, you should turn on vlc GUI and tell your end user to push stop buttn on vlc GUI! hehe, i wasted days of my life figuring out how to fix this problem, but nothing works!
Record screen in one instance of VLC, then audio in other one at the same time. Then mux both tracks together in VLC, too. Easy...
Screen video + audio, a bit crazy with VLC, but obviously possible
http://www.youtube.com/watch?v=KGgfkN_tRus
Is it possible to do it all in one instance of VLC without external muxer (Avidemux)?
...
Return to “VLC stream-output (sout)”
Users browsing this forum: No registered users and 24 guests