Hi all:
I am thinking of creating the managed FFmpeg, which you can access the type directly rather than returning the pointer (IntPtr). and also provides the API (some classes) to simplify the users to decode and encode the audio, video.
It requires a lot of efforts, therefore, i need the feedback as whether worth it to do so or not!!!!!!!!
This is the formal release of source after fixing some bugs, with a simple MP3 player example
In next release, I am going to port to C# rather then binding, which mean, no pointers, and don't need to map the pointer to a structure.
I've just released the SharpFFmpeg Beta, and tested with OpenAL.
I uncompressed and decode the mp3 data and passed the audio data to OpenAL to play
Basically, it's easy to create your own MP3 player in .NET with the example provided