How to split video into separate low bit rate streams?
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?