How to split video into separate low bit rate streams?

asked 2014-07-24 01:00:45 -0600

zergood gravatar image

updated 2014-07-24 01:01:55 -0600

I have video stream from my webcam and I need to split this stream into N low bit rate streams, encode it and write. The goal is to be able to demultiplex them into first hi bit rate stream. Can I do it with opencv in realtime? What is the fastest way to do this?

edit retag flag offensive close merge delete