Mailing Lists: Apple Mailing Lists

Image of Mac OS face in stamp
 
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Flatten and compress movie




Hello All,

I use a sequenceGrabber to save a file (movie) and I intend to flatten it with compression (with either Apple compression or zlib).. I use the following statement on a file .mov already saved :

    movie.flatten(StdQTConstants.flattenCompressMovieResource|      //flgs
                   //StdQTConstants.zlibDataCompressorSubType|
                   StdQTConstants.flattenAddMovieToDataFork |
                   StdQTConstants.appleDataCompressorSubType|
                   StdQTConstants.flattenForceMovieResourceBeforeMovieData,
                   fileSEND, 											  // fileOut
                   StdQTConstants.kMoviePlayer, 						      // creator
                   IOConstants.smSystemScript, 							  // scriptTag
                   StdQTConstants.createMovieFileDeleteCurFile,
                   StdQTConstants.movieInDataForkResID, 					  // resID
                   null);

What I notice is that the movie is not compressed compared with the original source file. Any idea ??

Thanks in advance

Amer


_______________________________________________ Do not post admin requests to the list. They will be ignored. QuickTime-java mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quicktime-java/email@hidden

This email sent to email@hidden


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.