|
-
Nov 23rd, 2006, 11:37 AM
#1
Thread Starter
Hyperactive Member
Video (both avi and mpeg, possibility to jump to a certain frame)
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
____________________________________________
Please rate my messages. Thank you!
____________________________________________
Bram Vandenbon
http://www.bramvandenbon.com
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|