Skip to main content
1 vote
0 answers
23 views

we have a problem in our video calling app (built in react native) where we want to play background music locally (we are using react-native-sound) and we are using daily react native sdk for video ...
Ali Ibraheem's user avatar
0 votes
1 answer
84 views

I’m building a macOS video editor that uses AVComposition and AVVideoComposition. Initially, my renderer creates a composition with some default video/audio tracks: @Published var composition: ...
Zaid's user avatar
  • 449
2 votes
1 answer
71 views

I'm building a teleprompter app that uses iOS Picture-in-Picture (PiP) to display scrolling text while users record videos with the camera app. The text is rendered into a video which plays in PiP ...
li meng's user avatar
  • 21
3 votes
1 answer
102 views

I am trying to replicate how professional video editing apps like final cut pro shows and update the video player in real time based on user configuration in the editing settings. For example, I am ...
Zaid's user avatar
  • 449
1 vote
0 answers
74 views

I’m playing an HLS stream on tvOS/iOS using AVPlayer. The master playlist has two independent AUDIO groups: one for AAC (stereo) and one for AC-3 (5.1). Example: # AUDIO groups #EXT-X-MEDIA:TYPE=AUDIO,...
Александр Уткин's user avatar
0 votes
1 answer
120 views

I have the main app that saves preferences to UserDefaults.standard. So I have this one preference that the user is able to toggle - isRawOn UserDefaults.standard.set(self.isRawOn, forKey: "...
Gizmodo's user avatar
  • 3,024
2 votes
1 answer
92 views

I'm stuck on a really frustrating AVFoundation problem. I'm building a video editor that uses a custom AVVideoCompositor to add effects, and I need the final output to be 60 FPS. So basically, I ...
Zaid's user avatar
  • 449
5 votes
1 answer
210 views

I'm building a video editor in Swift using AVFoundation with a custom video compositor. I've set my AVVideoComposition.frameDuration to 60 FPS, but when I log the composition times in my startRequest ...
Zaid's user avatar
  • 449
1 vote
2 answers
108 views

I am working on a feature for a Photo Booth app in Swift to do background replacement using the Vision framework and AVFoundation. However, I am having an issue where the original background is ...
Bruno's user avatar
  • 73
3 votes
2 answers
141 views

I’m working on an iOS app that loads videos using AVPlayer, and I’ve run into a common issue: some videos have timestamps that don’t start at zero, so when I seek to zero I get a black or transparent ...
Xys's user avatar
  • 11.3k
1 vote
1 answer
85 views

My implementation of LockedCameraCapture does not launch my app when tapped from locked screen. But when the same widget is in the Control Center, it launches the app successfully. Standard Xcode ...
Gizmodo's user avatar
  • 3,024
1 vote
0 answers
101 views

So using AVCaptureDevice.DiscoverySession gets you each dedicated camera nowadays. let devices = AVCaptureDevice.DiscoverySession(deviceTypes: [.builtInWideAngleCamera], mediaType: .video, position: ....
Gizmodo's user avatar
  • 3,024
2 votes
1 answer
44 views

I am making a draggable view to control exposure in AVFoundation: func setExposure(value: Float) { guard let device = videoCaptureDevice else { return } if device....
john smith's user avatar
2 votes
0 answers
87 views

This is specifically a question about AVAssetWriter in Swift. I'm not a programmer, so I assume I've got something wrong, but after testing and searching forums and more testing I can't find an answer ...
KweenLizzie's user avatar
3 votes
1 answer
96 views

I'm using the code created by https://medium.com/@barbulescualex/making-a-custom-camera-in-ios-ea44e3087563. I've tinkered with it to only display the camera view and show landscape. However I don't ...
Stephanie Kim's user avatar

15 30 50 per page
1
2 3 4 5
435