The AVFoundation framework provides both Objective-C and Swift interfaces for editing and playing audio-visual media in a Mac OSX or iOS application.
I am trying to create a camera app which, would act like the default camera app more or less. The …
ios camera avfoundationGood day, My app is a music playing app. I control the <audio>-Tag with Javascript. So far …
ios uiwebview ios6 avfoundation html5-audioI have some questions related to AVPlayer which are: When we pause the AVPlayer through [player pause] does the AVPlayer …
iphone ios avfoundation avplayerI'm running into a strange issue, I hope someone can help. In my iOS app I create a video with …
iphone ios avfoundation avplayerI've been struggling with several dimensions to the problem of controlling video orientation during and after capture on an iOS …
ios video avfoundation quicktimeHej. I want to implement a realtime audio application with the new AVAudioEngine in Swift. Has someone experience with the …
swift avfoundation real-time core-audio avaudioengineMy main goal is to stream a video from a server, and cut it frame by frame while streaming (so …
iphone objective-c ios video-streaming avfoundationI know how to use AVAssetReader and AVAssetWriter, and have successfully used them to grab a video track from one …
iphone ios avfoundation transcoding avassetwriteris possible to apply filter to AVLayer and add it to view as addSublayer? I want to change colors and …
ios swift avfoundation calayer video-captureI have to do "slow motion" in a video file along with audio, in-between some frames and need to store …
ios objective-c video ffmpeg avfoundation