Hi All,
I'm doing some research into writing an application to split (and maybe join) AVI files using c++. I'm a newbie when it comes to media programming but I have done some initial research into the AVI format. As I understand I need to rewrite the header and index in the first part of the file and i the following I need to insert a new header and index.
I can "steal" a lot of the information from the original AVI header a and use it when rewriting, but I have a few questions:
I need a way to recognize frames as I need to count them, how can I recognize a individual frame?
Also when it come's to creating the index I'm a bit lost, can someone explain for me how it works and how I can create the index?
All comments and help are welcome!
PS Of course I will release the code as open source so all can benefit from it.
+ Reply to Thread
Results 1 to 2 of 2
-
-
Usually all frames start with track# concat with wb, dc, db, dd which are for audio, video, protected audio/video, etc
Similar Threads
-
AVI Split - The right way?
By B11 in forum Video ConversionReplies: 1Last Post: 25th Dec 2008, 13:47 -
Split Mpeg or convert to AVI then split. What to do?
By oldfart13 in forum Video ConversionReplies: 4Last Post: 24th Mar 2008, 00:00 -
split one file avi in two
By Jomapil in forum Newbie / General discussionsReplies: 4Last Post: 8th Mar 2008, 14:13 -
avi split files
By bally in forum EditingReplies: 10Last Post: 24th Sep 2007, 18:17 -
How To Split Single DV AVI file into Multiple DV AVI files using Time Stamp
By insysnet in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 2Last Post: 23rd Aug 2007, 12:49