Hey everyone,
I want to write a simple C library to parse video files; nothing fancy; may be later try writing format conversion routines.
Although I have some programming experience, I am completely new to video programming as such I would much appreciate some help on how to get started. I want to understand a sample file format but I don't know which one to start with, there are so many.
Any pointers and basic tutorials to get started will do.
Should I start somewhere else like image manipulation first? I don't know I am kind of lost. Tried searching google and other programming forums with no luck.
Anyone please bestow some of your wisdom.
+ Reply to Thread
Results 1 to 2 of 2
-
-
AVI is simplest to start with. The structure is well documented at Microsoft's web site:
http://msdn.microsoft.com/en-us/library/aa451196.aspx
I would start with an uncompressed RGB file. Knowing the basics of image processing will be a big help.
Similar Threads
-
acer laptop not playing avi format
By raviasr in forum Newbie / General discussionsReplies: 1Last Post: 29th Jun 2011, 01:00 -
Opening Or Playing a .Bin Format Video?
By niteghost in forum Video ConversionReplies: 12Last Post: 6th Oct 2008, 07:42 -
Best Format for DVD playing on HDD
By tberman333 in forum Newbie / General discussionsReplies: 1Last Post: 30th Apr 2008, 12:15 -
playing cdfs video format with vista
By syeg in forum Software PlayingReplies: 1Last Post: 15th Mar 2008, 08:14 -
Format for recording, playing on different unit, then re-using disk ???
By TVTimeShifter in forum DVD & Blu-ray RecordersReplies: 16Last Post: 30th Sep 2007, 18:21