tags:

views:

226

answers:

1

Hello Everyone,

I am looking for the .NET video processing library. The major requirements:

  • Cross-platform (100% pure .NET library or a .NET wrapper for a cross-platform library)
  • Ability to generate thumbnails for video, and read/write some video metadatas.
  • Supports for most popular video formats and codecs (including H.264 and 3GP. QuickTime support is desirable but not mandatory)
  • Well known, well-tested, solid library with active community

I am learning the FFMpeg license if it's suit for using commercial applications. Any suggestions regarding such library as well as any comments regards FFMpeg license (for using it in commercial apps) are highly appreciated.

-- Best Regards, Murat

A: 

Intel's openCV libs are quite good, there is a C# wrapper for it.

armannvg
Read from CodeProject "Mpeg video is not supported by opencv. Only the avi IV50 codec works."
Murat