avfoundation « 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 » avfoundation 

1. iPhone: Real-time video color info, focal length, aperture?    stackoverflow.com

Is there any way using AVFoundation and CoreVideo to get color info, aperture and focal length values in real-time? Let me explain. Say when I am shooting video I want to ...

2. Video Recording using AVFoundation Framework iPhone?    stackoverflow.com

i am developing an application with the help of sample code from the WWDC 2010 http://developer.apple.com/videos/wwdc/2010/ example - AVCamDemo. in which i need to record a video from ...

3. AVURLAsset refuses to load video    stackoverflow.com

I'm trying to load a video file into my iPad app as an AVURLAsset, using the asynchronous-loading stuff to wait for it to be ready. Problem is, when I run it, ...

4. How to trim the video using AVFoundation    stackoverflow.com

Iam able to record the video by using AVFoundation or UIImagePickerController. But i am unable to trim the video from one particular second to another particular duration/time. Can any one help ...

5. How to record filtered video for iPhone?    stackoverflow.com

It is easy to record video by two ways: UIImagePicker or ALAssetLibrary. But if I want to process each frame with image effect filter,then save result as video,how to do that ? I ...

6. How to set preferredTransform in AV Foundation video file copy    stackoverflow.com

I am using AVAssetReader and AVAssetWriter to transcode video from one file to another. AVAssetReaderTrackOutput was added to the AVAssetReader. Unfortunately, the single track's preferredTransform property was not copied from ...

7. Video recording and saving the video on a server    stackoverflow.com

I just caught with a task which is how should i go about capturing a video in my app and saving it directly on some server. I have the sample code ...

8. Video capture using AVFoundation does not capture any audio    stackoverflow.com

I'm using the following code to capture the movie file. Unfortunately it does not capture audio. Do I need route the microphone into my session as an additional input? I read ...

9. iOS: Resizing/Cropping recorded video    stackoverflow.com

What would be the best way to resize a user recorded video on the iphone? I currently have the ability to get video data in two ways: 1) Get the file URL from ...

10. Video composition with AVFoundation playing only first video    stackoverflow.com

I am trying to create a simple AVAsset containing three movies that will play one after another, but in practice I am only seeing the first one being played. In the following ...

11. CoreAnimation, AVFoundation and ability to make Video export    stackoverflow.com

I'm looking for the correct way to export my pictures sequence into a quicktime video. I know that AV Foundation have the ability to merge or recombine videos and also to add ...

12. Supply video buffers during play    stackoverflow.com

Is there a way to play a video where the buffers are supplied through a callback during play time?

13. Is there an AVVideoCompositionCoreAnimationTool counterpart in OS X?    stackoverflow.com

I have come across the AVVideoCompositionCoreAnimationTool class in iOS as I was in search of similar functionality in OS X. Does anyone know how I can accomplish the exact same thing ...

14. Error while recording video on iphone using AVFoundation    stackoverflow.com

Im trying to record video using AVFoundation I can save images but not video. When trying to save a video, I got an error saying:

[AVCaptureMovieFileOutput startRecordingToOutputFileURL:recordingDelegate:] - no active/enabled connections.' 
And here ...

15. Can I record videos on iPhone 3G using AVFoundation?    stackoverflow.com

Is it possible to record video on iphone 3g with ios 4.1 using AVFoundation? I m able to record audio and can pick still image using AVFoundation but not able to record ...

16. AVFoundation Alternative    stackoverflow.com

In my app i insert an edited audio track over a video track and save the result in a single file (by an AVMutableComposition first and then by an exportAsynchronouslyWithCompletionHandler),i have ...

17. generated video from AVFoundation and upload from iPad2 video issue on youtube    stackoverflow.com

I am facing problem to upload video from iPad2. I have used the AVFoundation framework to generate the video and merged the Audio and video through H.264 encoder. Video is uploading ...

18. How to combine video clips with different orientation using AVFoundation    stackoverflow.com

I am trying to combine several video clips into one using AVFoundation. I can create a single video using AVMutableComposition using the code below

AVMutableComposition *composition = [AVMutableComposition composition];

AVMutableCompositionTrack *compositionVideoTrack = [composition ...

19. Pause Video recording    stackoverflow.com

I am using Avfoundation framework for video recording. I need to implement the functionality to pause the recording and user can also resume it. I searched alot but couldn't find any material. One ...

20. Video Recording using AVFoundation    stackoverflow.com

I am trying to record video using AVFoundation. When I add video input only to the session, everything works fine but when I add an audio input to it, it stops ...

21. Avfoundation - Play and record video (along with audio and preview) simultaneously    stackoverflow.com

I am trying to record and play video simultaneously. Is this possible with avfoundation? Currently i am able to do it as long as i dont record audio. As soon as ...

22. Saving the video when app is interrupted by call    stackoverflow.com

I setup and use AVAssetWriterInput --- AVAssetWriter chain to record a video. This works fine. When the video recording is stopped, AVAssetWriter's finishWriting returns a status saying it is Completed. However, if the ...

23. AVCaptureMovieFileOutput - how it saves video    stackoverflow.com

I am using the following code to capture video and save it to the documents folder of my app:

        AVCaptureDeviceInput *captureInput = [AVCaptureDeviceInput deviceInputWithDevice:[AVCaptureDevice ...

24. iPhone video streaming application    stackoverflow.com

Can anyone help me to know how an app like this is done? Bambuser Is the way to capture the camera's video stream using AVFoundation? To be clear, I don't want to ...

25. error in CGBitmapContextCreate    stackoverflow.com

i'm trying to create UIImage from the sampleBufferData and here what i have in the console : CGBitmapContextCreate: invalid data bytes/row: should be at least 1920 for 8 integer bits/component, 3 components, ...

26. How to develop the video recorder run in backgroundmode on iPhone    stackoverflow.com

Is it possible to run the video recorder in backgroundmode on iPhone using the AVFoundationFrameWork? If it is possible how can I do? Thanks in advance.

27. Can I Play an audio while recording a video on iPhone 4?    stackoverflow.com

I'm trying to record a video while the iPhone playback an audio track. as far as i tried, whenever I simulataniously record and play - the camera get stuck. I went over the ...

28. AVFoundation upload HD video    stackoverflow.com

I am using AVFoundation to record video and upload it to a server. Currently I am using a resolution of 640x480 and the size of the file is good enough to ...

29. Iphone video recording and playing background music simultaneously    stackoverflow.com

I want to play a background music in my app while the user is recording a video. Is this possible using Avfoundation or using UIimagepicker?

30. AVFoundation iOS 5    stackoverflow.com

My apps runing on the appstore are using mp3 and video files that don't work since iOS5 update. I've installed xcode 4.2 and... When I test in the iPhone 5 Simulator or device ...

31. Do the video capture APIs on iPhone running iOS4+ encode video on-the-fly?    stackoverflow.com

I'm just researching at the moment the possibility of writing an app to record an hours worth of video/audio for a specific use case. As the video will be an hour long ...

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.