| Log In | Not a Member? |
Contact ADC
|
|
ADC Home > Reference Library > Technical Q&As > QuickTime > Movie Creation >
|
|
Q: I'm generating QuickTime movie files from my own data and encountering problems when the movie controller is used to scrub my movie files. These movies seem to play fine unless they are started in the middle or if the movie controller is being moved back and forth. In this case, the picture falls apart until a key frame is processed. Is there a movie option I need to set when creating the movie or something that needs to be done when adding frames? A: You need to set the flags correctly when adding media samples and be make sure to mark keyframes and difference frames.
With
When you compress video with If you don't do this, all frames will be marked as keyframes, and QuickTime doesn't do the extra work to decompress preceding frames when your users scrub back and forth.
The above snippet from ConvertToMovie Jr. shows how this flag is returned and how it's passed to [Dec 01 2000] |
|