Decode a A/V stream in c#

369 Views Asked by At

I'm working on a C# program, which can read an Audio/Video stream and should separate it to a Video file and Audio file. Input stream is a Byte-Raw array My question is How I can separate Video frame and Audio frame from a Byte Array? (suppose that i know video and audio details about that streaming)

P.S: Sorry for my bad EN :'(

0

There are 0 best solutions below