The AV Foundation framework provides an Objective-C interface for managing and playing audio-visual media in your Mac OS X or iOS application.
0
votes
1answer
25 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
7 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
13 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
4 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
17 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
13 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
13 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
17 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
17 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
15 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
9 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 ...
0
votes
0answers
14 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
18 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
16 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
24 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
23 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
32 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
14 views
AVCaptureVideoPreviewLayer wrong frame capture
I have code:
previewLayer = [[AVCaptureVideoPreviewLayer alloc] initWithSession:session];
[previewLayer setBackgroundColor:[[UIColor blackColor] CGColor]];
previewLayer.videoGravity = ...
3
votes
1answer
48 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
14 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
28 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
11 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
18 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
18 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
30 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
61 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
33 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
21 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
13 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
20 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
28 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
32 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
37 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
23 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
54 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
55 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
87 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
20 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
34 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
81 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
37 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
64 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 ...
0
votes
1answer
32 views
How to replace isMirrored with isVideoMirrored
I have inspired myself from Apple's code, but I am a little confused about object AVCaptureVideoPreviewLayer, which seems to have a depricated method isMirrored since iOS 6. Unfortunatelly, this ...
1
vote
1answer
57 views
iOS Screen Capture and Performance
I am trying to periodically capture the screen of an iDevice (every second or when the user touches the screen). I am doing this with a subclassed UIView, where the hitTest method calls the following:
...
0
votes
0answers
34 views
AVFoundation code produces no ID3 metadata
This is my code which is not working for any mp3 files:
//define AVassets
NSURL *assetUrl2 = [[NSURL fileURLWithPath:
[assetLoc ...
0
votes
0answers
81 views
Exporting Wav Files Using AVAssetExportSession
Im trying to add a fade in to a wav file and then exporting a new file with the added fade using AVAssetExportSession. All the examples I have seen have seen are exporting as m4u Is it even possible ...
1
vote
1answer
49 views
UIProgressView with media framework for music length (Xcode)
Can someone give a full example of how to get the UIProgressView to work with the media framework for music length please, I cant get it to work with ios6 for some reason
2
votes
1answer
62 views
I can't get video screenshots in iOS5 using AVAssetImageGenerator
I need to get screenshots from a video.
I'm using the following method:
- (UIImage *)screenshotFromPlayerItem:(AVPlayerItem *)player atTime:(CMTime)time
{
CMTime actualTime;
NSError *error;
...
0
votes
0answers
24 views
How to build a custom downcounter for camera in ios
I am looking to create a application to record videos. Is there a way where in we can give a down counter of the time remaining to record the video?
I have looked as the AVFoundation framework but ...


