0

I need to aggregate several live streams from web cams. Then generate a single live stream for the client.

I see several apps to capture the web cam stream, but nothing that will splice the streams together.

Mindgauge
  • 71
  • 2
  • 5

1 Answers1

0

You need to look at the OVERLAY filter. To do a 2X2 tile screen you'll need to cascade multiple overlay filters. Consult the documentation on Filter Graphs to simplify your command line arguments.

Richard Milewski
  • 247
  • 4
  • 12