Is there any framework that can edit videos in objective-c. Any help is welcome.
Thank you very much!
Is there any framework that can edit videos in objective-c. Any help is welcome.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use
libavcodecfor A/V manipulation. It’s a C based API, so it’ll look different than the rest of your code, but it’ll work just fine. The documentation is sparse though.If you’re not targeting iOS devices, Quicktime is still there.
If you are targeting iOS devices, the new
AVFoundationframework may be able to help you.