Looking for a component (.NET or COM/ActiveX) that can play AVI files in a WinForms app

Posted by MusiGenesis on Stack Overflow See other posts from Stack Overflow or by MusiGenesis
Published on 2010-03-17T17:56:30Z Indexed on 2010/03/18 8:11 UTC
Read the original article Hit count: 357

Filed under:
|
|
|

I'm looking for something like the Windows Media Player control that can be hosted on a form.

The WMP doesn't work for me because I need a control that can play a continuously-appended playlist of AVI files in sequence, so that the transition from one file to the next happens seamlessly (i.e. without any glitches or pauses in the video and audio). With WMP, there's always a delay between files of half a second or so.

Does anyone know of a control (it can be either commercial or open-source) that can do this? I assume anything like this wraps DirectX, and that's OK too.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET