FFMPEG的.Net封装,FFmpeg.NET
jopen
12年前
这是FFMPEG库的一个.Net封装,设计为易于使用,并尽可能完整。具有以下功能:
- Decode of video frames (can save them as BMPs or whatever format GDI+ supports, returns a Bitmap)
- Decode of audio into PCM (which can then be saved into a WAV file)
- The release will build into a single assembly - no FFMPEG dlls or any other files! Everything is linked in.
- Encoding support
- Some utilitiy classes to wrap WAV files.
- Weed out the memory leaks.