Page 1 of 1

Merge two webcams output

Posted: 08 May 2014 13:07
by e-San
Hi!

Im using this command to stream my both cameras:

Code: Select all

cvlc --intf=dummy v4l2:///dev/video{0,1} --noaudio --sout '#transcode{vfilter={rotate{angle=270}:croppadd{cropleft=90,cropright=90}},vcodec=h264,venc=x264{preset=fast,profile=baseline,tune=ssim,level=3,profile=baseline,keyint=60,bframes=0}}:standard{mux=ts,access=http,dst=:80{89,90}/myStream.mp4}'
...and would like to send both as one video like this: [video1][video2].

Is there any way to do so?
Triend 'gather' but no point.

Regards!