Solid FFmpeg wrapper for C#/.NET
Posted
by Lillemanden
on Stack Overflow
See other posts from Stack Overflow
or by Lillemanden
Published on 2010-01-29T15:44:14Z
Indexed on
2010/06/03
6:54 UTC
Read the original article
Hit count: 335
I have been searching the web for some time for a solid FFmpeg wrapper for C#/.NET. But I have yet to come up with something useful. I have found the following three projects, but all of them apears to be dead in early alpha stage.
FFmpeg.NET
ffmpeg-sharp
FFLIB.NET
So my question is if anyone knows of a wrapper project that is more mature?
I am not looking for a full transcoding engine with job queues and more.
Just a simple wrapper so I do not have to make a command line call and then parse the console output, but can make method calls and use eventlisteners for progress.
And please feel free to mention any active projects, even if they are stil in the early stages.
© Stack Overflow or respective owner