frame « video « iPhone iPad Media Q&A

Home
iPhone iPad Media Q&A
1.animation
2.audio
3.AVAudioPlayer
4.box2d
5.cocos2d
6.CoreGraphics
7.CorePlot
8.Flash
9.graphics
10.icon
11.image
12.photo
13.plot
14.sound
15.video
iPhone iPad Media Q&A » video » frame 

1. Get image from a video frame in iPhone    stackoverflow.com

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 ...

2. iPhone Video API. Is frame by frame control possible    stackoverflow.com

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 ...

3. iPhone. Is it possible to load a video file and select a specific frame?    stackoverflow.com

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 ...

4. Saving image frames to a video format    stackoverflow.com

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 ...

5. iphone Generating video from images    stackoverflow.com

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

6. MPMoviePlayerController: key frame issue    stackoverflow.com

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 ...

7. Using a video file instead of iPhone camera    stackoverflow.com

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 ...

8. ffmpeg for extract a frame from iPhone video camera    stackoverflow.com

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 ...

9. How to implement Scroller like iPhone 4 Video Player Frame Scroller    stackoverflow.com

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 ...

10. Capturing the output of a video file for frame by frame processing    stackoverflow.com

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 ...

11. When recording a video in iphone 3.0, can I access individual frames?    stackoverflow.com

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?

12. IPhone Frame Video Playing    stackoverflow.com

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];

  ...

13. possible to create a video file from RGB frames using AV Foundation    stackoverflow.com

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 ...

14. Is it possible to programmatically create video frame-by-frame in iOS?    stackoverflow.com

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 ...

15. what is the best way to filter video live on iOS    stackoverflow.com

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?

16. Changing video Frame size using AVFoundation    stackoverflow.com

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:
  ...

17. FrameSet and HTML5 Video on iPad / iPhone - Video breaks out of frame?    stackoverflow.com

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. ...

18. How do I set the orientation for a frame-by-frame-generated video using AVFoundation?    stackoverflow.com

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 ...

19. Adding frame over video in iphone - objective c    stackoverflow.com

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 ...

20. Recording Avdio and Video using AVFoundation frame by frame    stackoverflow.com

How to record audio and video using AVFoundation frame by frame in iOS4?

21. Getting the exact number of frames from movie clip    stackoverflow.com

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 ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.