[vlc] Re: One cell mosaic?

Damien Fouilleul damien.fouilleul at laposte.net
Tue Jan 2 13:44:06 CET 2007


don't forget to add

dshow-vdev=none

in the options, otherwise VLC will also try to open the 'default' video capture device that it finds; and in your case it's not happy with it.



Chris Brooks wrote:
> Hi,
>
> I'm trying to get a one celled mosaic going - basically the video 
> stream from one input (screen), and the audio stream from another input 
> (headset).
>
> I've got this as a VLM:
>
> new   main broadcast enabled
> setup main input     "screen://"
> setup main output 	
> #duplicate{dst=mosaic-bridge{id=1},select=video,dst=bridge-out{id=1}} 
>
> new		odd broadcast enabled 
> setup odd input dshow://
> setup odd option "dshow-adev=Headset_Microphone_Plantronics_"
> setup odd output 
> #transcode{sfilter=mosaic,vcodec=mp2v,vb=10000,scale=1}:bridge-in{delay=
> 0,id-offset=100}:standard{access=file,url=c:\mytest.mpg}
>
> control odd play
> control main play
>
> I run it with this command line:
>
> vlc --extraintf telnet --vlm-conf temp.vlm --mosaic-rows 1 
> --mosaic-cols 1 --mosaic-order 1 --mosaic-keep-picture --one-instance
>
> And this is in the messages:
>
> dshow error: capture device 'Camtasia Studio Video Capture Driver' does 
> not support required parameters !
> dshow error: can't open video
> main error: cannot add this stream
> main error: cannot create packetizer output (s16l)
>
> Any ideas?
>
> Running on windows vista, 0.86.  The memory usage jumps sky high, but 
> nothing shows up on the disk...
>
> Thanks,
>
> Chris
>
>   


-- 
This is the vlc mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/support/lists.html



More information about the vlc mailing list