Hi,

I am making a tool to make subtitles for videoclips. The loading and displaying of video in .NET is not that easy though. At the moment I am still using DexterLib for this. I am not satisfied with this though, because DexterLib is limitted to avi files and has some bugs. To avoid the bugs I am forced to save every frame as a bitmap before showing it, which is a very inefficient and slow way of working.

I am looking for alternatives now. What I need is:

- possibility to load Avi and Mpeg
- possibility to jump to a certain frame
- possibility to display it inside a picturebox.

What I tried:
1) Of course I googled and searched this forum. I found some alternatives, but those were not capable of loading mpeg neither.

2) On the CodeProject website I found some examples of DirectShow wrappers. Those look pretty complex and were not able to jump to a certain frame.

Does anybody know a good solution for this problem?

thank you in advance