Version: 1.0

Posted: 2003-01-14

Build Requirements: N/A

Runtime Requirements: Carbon

View Source Code:

Download Sample (“qtmoviefromprocs.zip”, 8.2K)
Download Sample (“qtmoviefromprocs.dmg”, 66.7K)



Description

This sample code has been updated for QuickTime 5.0 README - QTMovieFromProcs QuickTime 3.0 provides functions that allow you to create a movie using data supplied by one or more application-defined procedures. In particular, you use the function MovieExportAddDataSource to add a track-generating procedure and you use the function MovieExportFromProceduresToDataRef to do the actual movie exporting. In this example, we will create a QuickTime movie with a video track and an audio track; we generate the video track by drawing a series of individual frames, and we generate the audio track by generating 10 seconds of silence. Enjoy, QuickTime Team

Document Revision History

Date Notes
2003-01-14Create QuickTime movie with video and audio tracks; Video from series of individual frames

Did this document help you?
Yes: Tell us what works for you.
It’s good, but: Report typos, inaccuracies, and so forth.
It wasn’t helpful: Tell us what would have helped.