So FFmpeg is grate lib and there are som开发者_如何转开发e wrappers for it in C#. Tao is one of my choise. But how to use it
0) In general
1) with live http streams
2) with FLV format
There is Tao.FFmpeg help which comes with TAO installl but it is just not for me - I do not get a lot out from there. So I need some richt and clear Blog posts or books on how to use tao for all 3 of my needs (described above)
Tao.FFMPEG is no longer supported. Your question is possible duplicate of: Solid FFmpeg wrapper for C#/.NET and that has some excellent recommendations.
Solid FFmpeg ActiveX Wrapper is probably your best bet, unless you want to write a wrapper yourself.. but if you see the source code of FFMpeg (and the work of Fabrice Bellard a.k.a Gerard Lantau) you'll probably agree there is another developer out there who has written a ten times butter wrapper than either of us could.
精彩评论