Menu

SharpFFmpeg / News: Recent posts

ATTENTION, I need your feedback

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!!!!!!!!

Posted by thhuang 2006-11-23

Release

This is the formal release of source after fixing some bugs, with a simple MP3 player example

Posted by thhuang 2006-11-23

Next release

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.

Posted by thhuang 2006-11-21

Beta release

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

Posted by thhuang 2006-11-21