Advertise here




Advertise here

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Sign In with Google Sign In with OpenID
Please do not post the same thing multiple times. The board software automatically flags certain posts as needing moderator attention. This happens the most often for new users. I'm pretty sure this is made clear at the time you attempt to post. Posting the same thing over and over again just makes that many more posts the moderators have to weed through later. This makes us sad. Don't make us sad. If your post/thread doesn't appear, just wait a while. Don't post it again. If it hasn't shown up by the next day, then you can try again. I normally go through posts in the mornings, and try to check a few times throughout the day, but I'm not here 24/7. There will typically be a significant delay before posts are approved. Just be patient.

Video Help

alex5776alex5776 Posts: 26Registered Users
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
- (void)imagePickerController:(UIImagePickerController *)picker didFinishPickingMediaWithInfo:(NSDictionary *)info{

}
Post edited by alex5776 on
-----------

Want to see me run to the apple store and back?

~~~Moments Later~~~

Want to see me do it again?

Replies

  • alex5776alex5776 Posts: 26Registered Users
    Well i have decided to go with saving then editing. I then either over ride the old or save as a different one and delete the old

    So can anyone help me
    1 save from a UIImagepicker
    2 split a video into frames

    If you can do one but not the other pleaae still reply
    -----------

    Want to see me run to the apple store and back?

    ~~~Moments Later~~~

    Want to see me do it again?
Sign In or Register to comment.