qtmoviefromprocs.win

Last Revision:
Version 1.0, 2003-01-14
Create QuickTime movie with video and audio tracks; Video from series of individual frames
Build Requirements:
QTWindows SDK
Runtime Requirements:
Carbon

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.