Okay, you want to know where to start. I've never written an AVI loader - but here are a couple of places to start (and I don't think where you start is going to be language specific).
Learn how to make a GUI. I gave you a link for a starting tutorial for the windows API. If you've got access to MFC (which I believe is just a wrapper for the API), then use that. Don't want to use the API? How about DirectX? A bit more complicated but you can make the GUI look like whatever you like. Rather use something a little more open source? OpenGL (same scenario as DirectX). You're not on Windows? What OS are you on? OpenGL still applies, but there may be other options. So, go out to Google, and try to make a GUI. If you run into specific problems, come back and tell us. Some examples: Can you guys show me the basic structure of a Windows application using the Windows API? better yet: I wrote this GUI (post the code) and it won't compile. Here are the errors: <errors here>. How can I fix it?
Learn to interface with SQL. Just Google it. You should get some APIs and tutorials for whatever language you want. Those should help you. If you then have specific questions about that, post them.
Learn to load an AVI file. This is a bit more difficult. I gave you link in my previous post that might be of some use, but learning about file formats isn't too easy (IMO). There might be some API that can help you, but I wouldn't bet on it. If you want people to help you with that, perhaps post questions like: Does anyone have some good references on the AVI video file format? I have the beginnings of an AVI loader but I don't know what step I should take next.
Learn to play an AVI file once you've loaded it. (to work on after above is completed)This will depend on how you chose to load it into your program. I can imagine this being a little bit more tackle-able assuming you have all the pixels for every frame of the video.
Last edited by CoolGamer48; Aug 1st, 2008 at 10:56 am.
Ok. Thank you CoolGamer48 for the links. I will do as you say and go over this. Some of what I see in the tutorials seem to be obvious and I can't make the link over to my project at the moment.
Yups dude! You are right. Let your thought process need not be affected by what others think of your abilities.
All the best.
I am also trying something similar
Either the thread starter or a moderator has marked this thread as solved. You can most likely trust the responses and answers given. There is most likely no reason for any further responses to be posted here. If you have a related question, please start a new thread in this forum instead.
This thread is more than three months old
No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.