Hi,
I am looking for a C# library(not commandline), commerical or free, that has the power similar to FFempeg. Video encoding is most important.
Any suggestions?
Best Regards, Rune
Hi,
I am looking for a C# library(not commandline), commerical or free, that has the power similar to FFempeg. Video encoding is most important.
Any suggestions?
Best Regards, Rune
Take a look at FFLib - it is a .net wrapper around FFMpeg
Or you could roll your own - a good starting point is here
You can try Mencoder GUI. It is no library (winforms application) but you can download sources and make anything you need: http://sourceforge.net/projects/mewig/files/ (you'll need mencoder.exe - www.mplayerhq.hu)