What can a programmer (one person) get from providing the community with opensourse (more or less) video transcoding library\wrapper? (I know we have Tao but it is not good for 2010...)
I think of video transcoder based on FFMpeg. simple wraper which would simplify FFmpeg bringing to C# such functions like ReadFrame(bytearray, framenumber) and AddFrame(BA, frame, sample, nSampleSize).
I see how to do such thing, but I just do not know if it is really needed by programmers, and I dont know how to get anything from such wrapper. Can anyone help me with that?