简体   繁体   中英

Alternatives to AVFoundation for creating video on the iPhone?

I need to create video programmatically and be compatible with iOS 3.2. The asset writer stuff from AVFoundation is iOS 4.2 only.

What are the alternatives for creating video?

AFAIK, if UIImagePickerController and/or AVFoundation don't work for you, you'll have to do it all by hand using Core Audio, Core Data and Core Video. If you plan on doing this, I would recommend consulting Cocoa documentation, rather than iOS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM