| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
|
Hi Dave; On 25-Jun-08, at 1:41 PM, Dave McCarthy wrote:
You need to walk through all the video tracks in the movie and then do the following for each video track. theTrack = GetMovieIndTrack(thisMovie, theTrackid); if (theTrack > -1) SetTrackLoadSettings(theTrack,0, 0, 0,hintsHighQuality); That sets the rendering quality to maximum. Also to work around some bugs, it's best to call SetMovieActive(thisMovie,false); it right after NewMovieFromFile() and then set up the environment (i.e. SetTrackLoadSettings(), SetMovieGWorld(), SetMovieBox() etc.) and lastly call SetMovieActive(thisMovie,true); which in the past forced QT to rebuild the rendering pipeline for the codec(s). Hope That Helps.. Milton J. Aupperle President ASC - Aupperle Services and Contracting Mac Software (Drivers, Components and Application) Specialist #1005 - 815 14th Avenue. S.W. Calgary Alberta T2R0N5 1-(403)-229-9456 www.outcastsoft.com |
_______________________________________________ Do not post admin requests to the list. They will be ignored. QuickTime-API mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quicktime-api/email@hidden This email sent to email@hidden
| References: | |
| >image quality (From: Dave McCarthy <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.