Is it possible using the iPhone SDK to grab a frame from a video in iPhone and save it or use it in any way in the application? Does the SDK ... |
I would like to do the following on iPhone/iPodTouch: Open a video and - via swipe or tilt - use gesture to move through each frame. Think of it as a ... |
Is it possible to load a short video file and - once loaded - select a specific frame and display that frame in a view? If there is no native support ... |
Are there any easy to drop in solutions for saving a number of images into a video file in iOS?
Example would be if I had 300 frames all saved as separate ... |
Is it possible to generate video from images in iphone OS 4.0? if so could anyone tell me how to do it ?
regards
John
|
I have a MPMoviePlayerController in my project.
Documentation says that next call:
moviePlayer.initialPlaybackTime = time;
starts at the closest key frame prior to the provided time.
Is it possible to start playing video from the ... |
Hi guys
Yesterday I posed the question of why the Apple WWDC 2010 samples for the iPhone camera dont work in the iphone simulator, http://stackoverflow.com/questions/3383928/iphone-video-access-samples
That question was answered promptly.
However as a ... |
|
I am trying to extract an image frame from a video taken from iPhone camera using ffmpeg. But it usually throws me a EXEC_BAD_ACCESS and the stacktrace is showing in another ... |
In iPhone 4 Video Player there is Frame Scroller on the top. In this scroller when I hold touch on the screen of iPhone it expand the particular frame.
How ... |
I am trying to grab the individual frames from a video file (7 seconds long) and running into huge memory issues. I am loading up an asset with AVURLAsset then ... |
I it possible for an app written in 3.0 sdk, that dirung video recording, it will be possible to check each individual frame for RGB values, etc?
|
I have written this piece of objective-c code for playing a video after touching an image.
//start video here
NSString *path = [self localVideoPath:NO];
...
|
I have an iOS app that I want to record some of its visual output into a video. It looks like the way to create a video on iOS is to ... |
I want to make an app where users can create funny stick figure animations.
It would be cool if it is possible to export them as video. Can I "draw" video frames ... |
On iOS, how can I filter a video or frames/images live, such as getting the red levels of the frames of the camera output live on iOS?
|
I am trying to change the video frame size to square i.e 100 x 100. Here is the code:
- (void) changeSize :(NSURL *) url
{
//Create audio/video Settings
NSDictionary *videoSettings = [NSDictionary dictionaryWithObjectsAndKeys:
...
|
I'm using an HTML5 <video> player on a page that is displayed withing a frame. My player breaks out of the frame and is visible on top of the other frames. ... |
I am writing an iPhone app which takes video from the camera, runs it through some OpenGL shader code and then writes the output to a video file using AVFoundation. The ... |
I am developing an application where the user has the feature to add frames to the video being captured or to the existing video from the library.
This frames are custom design ... |
How to record audio and video using AVFoundation frame by frame in iOS4?
|
Im building an iphone app for video analyzing and i need to know the exact amount of frames in the movie clip.
I got the frame rate and the duration and for ... |