Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Reply
 
Thread Tools Display Modes
Old Feb 2nd, 2007, 2:37 AM   #1
kujo1987
Newbie
 
Join Date: Feb 2007
Posts: 1
Rep Power: 0 kujo1987 is on a distinguished road
Question AVI videos in C++/C#

I'm in uni at the moment, and what to create a video editor for my final year project, but as of yet have no idea where to start even loading a video into C++. I've had a look around on the net to find ideas, and there have been a few suggestions such as Direct Show and Open GL. Is this the way to go to do such a thing, or is there an easier/more efficient way to do so.

Any help much appreciated

Alan
kujo1987 is offline   Reply With Quote
Old Feb 2nd, 2007, 8:04 AM   #2
Game_Ender
Professional Programmer
 
Game_Ender's Avatar
 
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3 Game_Ender is on a distinguished road
You probably want to take a look at ffmpeg and libavcodec. It is the backend used by many video players on Linux and can encode and decode many video formats. This will just give you a raw buffer of pixels when decoded, so you just have to figure out how to show them.
__________________
Robotics @ Maryland AUV Team - Software Lead
Game_Ender is offline   Reply With Quote
Old Feb 9th, 2007, 6:02 PM   #3
Dietrich
Professional Programmer
 
Dietrich's Avatar
 
Join Date: Feb 2005
Posts: 434
Rep Power: 4 Dietrich is on a distinguished road
SDL (Simple DirectMedia Layer) should do the trick.
__________________
I looked it up on the Intergnats!
Dietrich is offline   Reply With Quote
Old Feb 10th, 2007, 12:22 PM   #4
Game_Ender
Professional Programmer
 
Game_Ender's Avatar
 
Join Date: May 2006
Location: Maryland, USA
Posts: 306
Rep Power: 3 Game_Ender is on a distinguished road
Can you post a link to somewhere that describes what video codecs SDL supports? I can't find anything.

If you want to create a video editor you can use libavcodec as you export/import backend and you could use something like wxWidgets as your GUI. You should also investigate what QT has to offer.
__________________
Robotics @ Maryland AUV Team - Software Lead
Game_Ender is offline   Reply With Quote
Reply

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
funny videos mrynit Coder's Corner Lounge 4 May 28th, 2006 5:29 PM
Maya videos Nebula Coder's Corner Lounge 8 Apr 22nd, 2006 11:31 PM
My first post and 11 Hilarious videos mikeyboy82 Coder's Corner Lounge 10 Jan 20th, 2006 1:27 PM
Some funny videos I found mikeyboy82 Coder's Corner Lounge 1 Jan 17th, 2006 1:31 PM




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 12:19 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC