Version: 1.0

Posted: 2009-07-01

Build Requirements: Mac OS X v10.6 Xcode v3.2 Xcode v3.2

Runtime Requirements: Mac OS X v10.6

View Source Code:

Download Sample Code (“From_A_View_to_A_Movie.zip”, 1.65M)



Description

This application extends the sample "From A View to A picture", and further demonstrates hardware accelerated capture, HD color correction, and movie authoring pipeline from a view.

Again, the contents are 3D animated objects generated using OpenGL The individual frames during a capture session are written into a framebuffer object. From there, starting with median white-point and color primaries provided by ColorSync for a display profile, linear transformations are computed, HD color correction is applied using a shader, and the results are captured as frames from an offscreen framebuffer using pixel buffer objects. Finally, the frames are written into a movie using QuickTime media authoring interfaces.

Document Revision History

Date Notes
2009-07-01Demonstrates hardware accelerated view capture, HD color correction, and QuickTime movie authoring.