Tagged Questions
The iphone-video tag has no wiki summary.
3
votes
2answers
2k views
Saving video from UIImagePickerController
In my application, the user can record a video using the UIImagePickerController, and I need to save it to disk for later use. I've gotten the path out of the info dictionary and I'm going to save it ...
0
votes
0answers
184 views
Processing video while capturing on iphone performance issue
I am trying to process video frames while capturing video on an iPhone.
I initially used the following code.
- (void)captureOutput:(AVCaptureOutput *)captureOutput
...
0
votes
2answers
506 views
MPMoviePlayerController “Loading Movie…”
I'm trying to play a video file from the resource folder on iPhone with iOS 4.1. The MPMoviePlayerViewController displays the view but it only says "Loading Movie..." forever with the activity ...
0
votes
3answers
516 views
iPhone Documentation - Can I Watch the Getting Started Videos from Linux?
On the Apple iPhone developer center they have some videos such as "Introduction to the iPhone SDK", "iPhone Development Tools Overview", etc.
Problem is my mac hasn't arrived yet. Is there any ...