Mailing Lists: Apple Mailing Lists
Image of Mac OS face in stamp
Re: image sequences
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: image sequences



Hi,
I can't work out what you mean by 'image sequences naming format'. Do you mean a series of graphics files with names with this type of pattern:

filename.00
filename.01

etc.

Other than that I think I could help.

I do this using the quicktime.std classes but just browsing, it looks like you can do this with the framework using an ImageDataSequence; there is a method called addToMovie which looks like it would do 2 and 3 in the below recipe. I haven't worked much with ImageDataSequences, and don't know if that is what you mean by 'image sequences naming format'. I've never tried it that way, but the description of the method looks right.

If you want to go a pure Quicktime way, I think you are talking about:

1. using a GraphicsImporter or suchlike to load your files into an offscreen buffer and then
2. creating a compressionsequence which you can add as data to a media sample
3. which gets added to a track
4. which is created in a new or existing movie.

Contact me if this is the way you want to go, as there is a lot more detail in step 2 which is kind of crucial...(or as Fermat said, "but I can't fit into the margin of this page")

Vickie




Visit the Apple Store online or at retail locations.
1-800-MY-APPLE

Contact Apple | Terms of Use | Privacy Policy

Copyright © 2011 Apple Inc. All rights reserved.