Why don't you look into ffdshow. Is a direct show filter using ffmpeg. This can be used in C# if used with directshownet which is c# wrappers for direct show.
Another alternative is vlc.lib there is a C# wrapper for it as well somewhere. -- Jose On Wed, Mar 11, 2009 at 1:00 AM, Allen Ho <[email protected]> wrote: > Hi > > > > I am a C# programmer. > > > > I believe I have been able to get h.264 bytes from a camera. > > > > I store these bytes in an array. > > > > When I saved these bytes to file I can playback the footage using > FFPlay. > > > > But I need to know how to do this programmatically. > > > > That is pass this array of bytes to the decoder in libavcodec.dll and > get back frames that I can disply. > > > > Any clues as to how I can do this? > > > > Thanks > > Allen > > _______________________________________________ > libav-user mailing list > [email protected] > https://lists.mplayerhq.hu/mailman/listinfo/libav-user > _______________________________________________ libav-user mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/libav-user
