The AV Foundation framework provides an Objective-C interface for managing and playing audio-visual media in your Mac OS X or iOS application.

learn more… | top users | synonyms

1
vote
0answers
6 views

AVPlayer seekToTime: doesn't use buffer

I am developing an application for playing video using HTTP Live Streaming technology. For this I use AVPlayer which init as follows: [[AVPlayer alloc] initWithURL:[NSURL URLWithString:VIDEO_URL]]; ...
0
votes
0answers
12 views

Video is jumping after recording using avfoundation cam

hello every one i'm using avfoundation to record a video every thing is working fine but i got a feedback like recorded video is jumping ,here is the code that i have implimented, after recording if ...
2
votes
0answers
11 views

Performance issues with AVAssetWriterInput (audio) and single-core devices

I'm having a strange performance issue with AVAssetWriterInput on single-core devices like the iPhone 3GS and iPhone 4. Basically, I have an AVAssetWriter with two AVAssetWriterInputs, one for video ...
0
votes
0answers
6 views

Zxing zoom functionality in ios AVFoundation

I have been scouring the internet and have been looking high and low for any type of code to help me zoom in on barcodes using ZXing. I started with the code from their git site here ...
0
votes
1answer
41 views

Saving high quality images, doing live processing - what's the best approach?

I'm still learning about AVFoundation, so I'm unsure how best I should approach the problem of needing to capture a high quality still image, but provide a low-quality preview video stream. I've got ...
0
votes
0answers
14 views

How to get the sound of frame using Avfoundation ios

How to get the sound of frame using Avfoundation ios .Iam geting frame by frame image using the delegate - (void)captureOutput:(AVCaptureOutput *)captureOutput ...
0
votes
0answers
24 views

GPUImage + Lot of audio noise during video recording

I am recording video using GPUImage Framework and all is done well but when playing recorded video, i am getting lots of background noise. how can i remove or reduce/remove this background noise? ...
0
votes
1answer
34 views

What is the time scale portion of a CMTime?

I've been looking at the documentation associated with creating CMTimes. All the functions (CMTimeMake(), CMTimeMakeWithSeconds(), etc.) take a second parameter called preferredTimeSale. Can someone ...
0
votes
0answers
13 views

Capture from webcam using default uncompressed pixel format using AVFoundation

I'm trying to figure out this wierd problem I have when grabbing from a webcam on Mac using the AVFoundation classes. I was looking into the Logitech C920 webcam which can deliver a h264 video ...
0
votes
0answers
14 views

How to get the names of installed video codecs in ObjectiveC

I am looking for a way to list the names of all installed video codecs with ObjectiveC on OS X Mountain Lion. There is a property of AVCaptureVideoDataOutput called availableVideoCodecTypes which ...
0
votes
0answers
5 views

AVMutableCompositionTrack Merging Issue

How to merge three AVMutableCompositionTrack tracks of same asset using AVFoundation. I am successfully merging first two tracks but third track is creating issue. The last frame of second track ...
-1
votes
0answers
19 views

Ios Camera With continuous shots as in gifboom [closed]

I am trying to click continuous images from iphone application build with av foundation as explained in https://github.com/xamarin/monotouch-samples/tree/master/AVCaptureFrames i had made a NStimer ...
0
votes
0answers
16 views

Record Sound when video camera started in ios and upload to server frame by frame

Iam using Avfoundation to capture frames as images i want to record sound also with it and send frames and sound to server how to accomplish this . Thanks in advance
0
votes
2answers
25 views

IOS Toggle AVFoundation Camera

In my App I'm capturing images using AVFoundation I made a button to switch between front and back cameras but it won't work. Here's the code I used : if (captureDevice.position == ...
0
votes
1answer
29 views

Capture video using ios front camera and convert into sequence of image using avassetimagegenerator

Iam trying to capture video using front camera in ios and convert that into sequence of images I am trying to use avassetimagegenerator for that . Iam new to AV Foundation please help me in this , ...
1
vote
0answers
37 views

PixelBuffer not being freed when using AVAssetWriter

I'm using an AVAssetWriter with a single video input to write video frames to a movie. The mechanics of the write loop aren't a problem: but I'm finding memory management is. With regard to the ...
0
votes
0answers
20 views

How to read raw data from microphone

I've tried AVCaptureSession but couldn't find a way to just show the raw data coming from microphone my goal? part of my app has to show the user if the microphone working or not!
0
votes
0answers
10 views

How to use CvPhotoCamera with iOS openCV?

I have followed the tutorial on how to use the CvVideoCamera object to play a video and apply some processing. I am now interested to use the CvPhotoCamera object to capture a high definition ...
1
vote
0answers
21 views

while showing low quality video preview, taking high quality photo

I'm using AVCaptureSessionPreset640x480 when showing video preview. And i want to take photo with AVCaptureSessionPresetPhoto (Full quality).When pressed take photo button removing ...
0
votes
1answer
45 views

Toggle camera using AVFoundation iOS 6

I want to toggle camera using AVFoundation. Here is my code I have subclass of NSObject as @interface CaptureSessionManager : NSObject @property (retain) AVCaptureVideoPreviewLayer *previewLayer; ...
0
votes
1answer
19 views

How to play sound through earpiece on iPhone

I've tried using audiotoolbox framework, messing around with AudioSessionInitialize AudioSessionSetProperty and found nothing. just want to know is it possible? and if possible a bit of code to ...
0
votes
1answer
29 views

AVCaptureSession rotation

I'm trying to get my app to create a UIImage the correct way round. Most of my code is taken from Apple examples... @interface CameraManager () <AVCaptureVideoDataOutputSampleBufferDelegate> ...
0
votes
2answers
32 views

AVCaptureSession with multiple previews

I have an AVCaptureSession running with an AVCaptureVideoPreviewLayer. I can see the video so I know it's working. However, I'd like to have a collection view and in each cell add a preview layer so ...
0
votes
2answers
38 views

AVPlayer got the metadata but not playing

I'm trying to do a very simple application, the purpose is listening an audio stream (AAC 64 kbps). To do so I'm using AVPlayer from the Apple AVFoundation has follow : ViewController.m #import ...
0
votes
0answers
17 views

AVCam Demo OverscanCompensation implementation

I'm currently working with the AVCam demo app to present a live camera feed over airplay or apple hdmi adapter for import into a HD camera switcher. The issue I'm having is with OverScanCompensation ...
0
votes
0answers
16 views

AVCaptureVideoPreviewLayer wrong frame capture

I have code: previewLayer = [[AVCaptureVideoPreviewLayer alloc] initWithSession:session]; [previewLayer setBackgroundColor:[[UIColor blackColor] CGColor]]; previewLayer.videoGravity = ...
3
votes
1answer
57 views

video zoom in and zoom out while recording iphone

I am working on an app in which the user will have the facility to zoom in and zoom out the video. I am using AV Foundation to record a video but I am not able to zoom in and zoom out the video when ...
0
votes
0answers
15 views

Intercept Volume Press When App Is In Background iPhone

Designing a safety app that takes user input from the volume buttons on the iPhone I need to: 1) Keep the timers running in the background that check if the user has pressed the buttons in a certain ...
0
votes
1answer
37 views

Get Camera Preview to AVCaptureVideoPreviewLayer

I was trying to get the camera input to show on a preview layer view. self.cameraPreviewView is tied to a UIView in IB Here is my current code that I put together from the AV Foundation Programming ...
-1
votes
0answers
12 views

Audio Thread Bad Access [closed]

I have a problem with my project. When I run my project, the console terminates, and it stops because of this thread: Audio Stream Basic Description: 2 ch, 44100 Hz, 'lpcm' (0x00000029) 32-bit ...
0
votes
1answer
20 views

the duration of a mp3 returns zero

I want to get the duration of a mp3 file from the internet,I use the following code: NSURL *url = [NSURL fileURLWithPath:@"http://view.33591.com:586/2012/11/30/11/4207369.mp3"]; AVURLAsset *asset ...
0
votes
0answers
23 views

App crashs on repeated use of camera , change orientation and cropping using avfoundation in ios

I am building an app in which images taken with camera is uploaded to server. I am using AVFoundation framework for capturing image. I am changing the orientation to up and cropping the image to have ...
2
votes
0answers
37 views

Video Recording with zoom in/out functionality [closed]

Is there any framework in iOS which provides the feature to record a video with zoom in/out functionality.I tried with AVFoundation framework but didn't get any success. I am using the following ...
1
vote
2answers
77 views

Convert UIImage to CMSampleBufferRef

I am doing video recording using AVFoundation. I have to crop the video to 320x280. I am getting the CMSampleBufferRef and converting it to UIImage using the below code. CGImageRef _cgImage = [self ...
0
votes
0answers
44 views

AVFoundation: How To Add Chapter Markers to a Quicktime AVAsset?

I'm trying to figure out how to add chapter markers to a Quicktime stream. According to this page, it's possible to add metadata to a stream being captured on the fly. So, I tweaked the sample code ...
1
vote
1answer
23 views

AVAudioRecorder with mac mini micro

I want to use AVAudioRecorder on my mac mini. But there is no microphone input jack. I think I should buy earpods to use AVAudioRecorder. Maybe these : ...
0
votes
0answers
17 views

AV Foundation - AVAssetTrack, mediaType & CMFormatDescriptio

I have a quicktime object i am reading with av foundation. I can see it's tracks and I would like to be able to read the 'tmcd' track (timecode) and get it's output as a string i can use in an ...
0
votes
0answers
27 views

QTKit currentFrameImage fails on RTSP (but works fine on file:// and others)

For some odd reasons - currentFrameImage fails on a QTKit QTMovie(player) - when the latter is handling RTSP; though is fine when playing things like file::///.../some.h264 Relevant code movie1 = ...
0
votes
0answers
35 views

AVFoundation export video with animation at specific time duration in previously recorded video?

I am using AVAssetExportSession to export video with my animation at specific time. It was running fine before 2 days. Now i changed something and it stopped working i don't know what is wrong with ...
0
votes
1answer
35 views

Cropping Images faster

I am trying to crop my images in iOS for awhile now. The code I have works well but isn't fast enough. When I supply it with around 20-25 images it takes 7-10 seconds to process it. I have tried every ...
-1
votes
1answer
38 views

AVfoundation AudioPlayer not working

I am trying to play a sound on button click using the AVFoundation framework. Previously, i used audio toolbox however when i use the audioplayer nothing comes out. What is weird is that when i test ...
0
votes
1answer
25 views

Merging NSData video files into one video file

I have a bunch of video files that I want to merge into one video file, I am using NSMutableData to achieve the task NSMutableData *concatenatedData = [[NSMutableData alloc] init]; for (int i=0; i ...
0
votes
1answer
71 views

How can I display the result from [AVPlayerItemVideoOutput copyPixelBufferForItemTime:]?

I have a CADisplayLink, and a AVPlayerItemVideoOutput under iOS 6.1. I now have a CVPixelBufferRef and want to modify it (e.g. display a timecode on the video, etc). I think I have the modify part ...
0
votes
1answer
60 views

iOS: Draw on top of AV video, then save the drawing in the video file

I'm working on an iPad app that records and plays videos using AVFoundation classes. I have all of the code for basic record/playback in place and now I would like to add a feature that allows the ...
7
votes
1answer
92 views

AVMutableComposition Video Creation Issue

I am creating video using AVMutableComposition and exporting it using AVAssetExportSession giving it preset AVAssetExportPresetHighestQuality. Video is created fine when video's dimension is small. ...
0
votes
0answers
23 views

Cannot capture Standard definition resolutions using AVFoundation on MAC OSX 10.7

I am new bie to MAC OSX development. I am capturing video raw frames using AVFoundation on OSX 10.7 and 10.8. I am successfully capturing the available video formats of a camera in MAC OSX 10.8 ...
-1
votes
0answers
36 views

How to take photo without camera interface?

I am writing iOS apps by xcode. And I know the UIImagePicker to take a picture by camera. However, it's slow and need to call the camera interface to press the "snap" button and "Use" button after ...
0
votes
1answer
94 views

Extracting MP3 Album artwork in iOS

I have been trying to extract metadata information from a .mp3 file for an iPhone app. I tried using AVAsset like this.It didn't work,the common meta data is empty. But audacity and another iOS app ...
0
votes
2answers
49 views

How to get an frame as an Image from the Recorded Video -AVFoundation (Image as a thumbnail)

I want to extract an image from the recorded video . I was using this code m but no results , Image is not showing up. I am using Bellow Code for doing this task AVURLAsset* asset = [AVURLAsset ...
0
votes
1answer
68 views

Focus to a object in square form using ios Camera?

Actually I need a region over camera overlay like mostly of the QR code scanner app. And when a square box comes within it just focus and click picture from it. Any idea how to implement it. I was ...

1 2 3 4 5 30