diplonics
User
 Fresh Boarder
| Posts: 1 |   |
|
FFmpeg windows application - 2007/11/09 17:57
Your web links to sample tutorial integrations of ffmpeg and c# are probably the best I have come across on the web. I have been playing around with them for a couple of days now and can get the tutorial samples working fine. What I am trying to start up is a basic c# windows application that will utilise this library and I can integrate the AvDnCpp.dll resource fine. However, when I try and invoke the AvDnUtils.RegisterAll(); statement on acceptance of a valid openfiledialog method call my program carshes to the statement Application.Run(new Form1());. Would it be possible to provide a quick solution to this problem or even provide another tutorial on integrating your library into a windows application and not just a console one. Alternatively, you might be able to advise me as to the possibilities of utilising your library to create an mp4 video frame search, display and save application based on an appropriate timestamp query. This is a proof of concept project for a postgraduate thesis and not a commercial application so a perfect end product is not necessary.
Any help would be much apprciated.
|