| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
Hi,
i got a simple code to export movie form QTKitPlayer
QTMovie* mMovie = [[QTMovie alloc]initWithFile:tempFileName error:nil];
NSMutableDictionary * settings = [NSMutableDictionary dictionaryWithCapacity:5];
[settings setObject:[NSNumber numberWithBool:YES] forKey:QTMovieExport];
[settings setObject: [NSNumber numberWithLong:kQTFileTypeMP4] forKey:QTMovieExportType];
[mMovie writeToFile:theFileName withAttributes:settings]
the resulatant movie has MPEG4-V as video track and AAc compression for audio track.
The problem with this export is the poor Quality. is there any method to improve the quality of the exported movie?
regards
Sandeep
_______________________________________________ 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
| 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.