Anyone Know of a Set of C# Bindings for Ffmpeg

Anyone know of a set of C# bindings for FFMPEG?

Tao.ffmpeg: http://www.taoframework.com/project/ffmpeg
it compiles and has a binary dist which is more than can be said for ffmpeg-sharp at this point. It is, however, not particularly easy to use.

Using FFmpeg from .NET

Have you checked out ffmpeg-sharp?

Convert all video format to 3gp and mpeg4 video format?

ffmpeg is a command-line binary for both Unix/Linux and Windows, and is the standard tool for video conversion.

To get startd, check out this forum entry related to 3gp conversion.

Check this SO question on how to integrate ffmpeg with C#.

Video Conversion in .net

To get started, I would check out something like FFlib.Net which uses MMPEG.

How can I extract images from a H.264 video stream?

ffmpeg can do that.

You need a c# binding for ffmpeg

convert FLV to MP4 with C#

This link might help you. You may use MediaFoundation or DirectShow API to transcode and the link I shared might help you do the same form manged code. This assumed you have FLV decoder filter and H.264 encoder filers installed as MFT or DMO



Related Topics



Leave a reply



Submit