Hi!
I am making an app that uses the iPhone/iPads/ipod's camera.
I have already gotten the recording, but need help with my two problems.
One saving the recorded movie.
ANd two splitting the movie up into frames or just labeling each frame so I can re order it. Do I somehow put it all into some array, or what.
My dream would be by passing the number one so the user records the video, then right after it convers it into the split video. I do what i need from there. Then save so the user can share/post/save.
Any help.
I just have this blank void
Code:
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info{
}