On 16 Feb 2006 10:00:12 -0800, "Arash Nikkar" <>
wrote, quoted or indirectly quoted someone who said :
>What I want to do is take a video file (no limitations on the format
>for now), and grab all of the frames out of it, so that I can compare
>the frames to each other.
You will likely find the framing format may not be that complicated if
all you want to do is extract frames. Just treat the file as a giant
stream of bytes. Look up the standard that defines the file framing
format. Create some very simple streams and look at them with a hex
viewer to help resolve confusing documentation.
there can't be all that much to it:
length, timestamp, image.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.