putting an NSImage into a movie frame
putting an NSImage into a movie frame
- Subject: putting an NSImage into a movie frame
- From: Gonzalo Castro <email@hidden>
- Date: Wed, 27 Jun 2001 17:40:48 -0400
Hello,
I want to create a movie by adding a series of NSImages. I have the
NSImages, no problem. For creating a movie, I'm following the example in
IM:QuickTime however I'm not sure how to proceed with compressing the
pixmap (CompressImage) and then adding the compressed data to the media
sample (AddMediaSample). How do I get a pixmap from NSImage? I'm new to
both Cocoa and making movie files so I may be on the wrong path
altogether. Thanks for any guidance.
--Gonzalo