Support Cinematic mode videos in your app

RSS for tag

Discuss the WWDC23 Session Support Cinematic mode videos in your app

Posts under wwdc2023-10137 tag

2 Posts

Post

Replies

Boosts

Views

Activity

Cinematic Video with AVAsynchronousCIImageFilteringRequest
Are there plans to expose the cinematic frames (e.g. disparity) to a AVAsynchronousCIImageFilteringRequest? I want to use my own lens blur shader on the cinematic frames. Right now it looks like the cinematic frames are only available in a AVAsynchronousVideoCompositionRequest like this: guard let sourceFrame = SourceFrame(request: request, cinematicCompositionInfo: cinematicCompositionInfo) else { return } let disparity = sourceFrame.disparityBuffer
0
0
653
Jul ’23
Cinematic not on iOS17 Simulator, Xcode 15.0 beta
Error messages upon build with import Cinematic statements: 1. No such module 'Cinematic' and 2. Cinematic is not available when building for iOS Simulator. Consider using #if canImport(Cinematic) to conditionally import this framework. I am currently on Xcode 15.0 beta, with iOS 17.0 beta framework, and I added Cinematic.framework in Build Phases > Link Binary With Library and marked it as Optional. Same error persists. Seen previous posts on similar import errors but some help would be appreciated for Cinematic API specifically. Thanks!
0
0
755
Jun ’23
Cinematic Video with AVAsynchronousCIImageFilteringRequest
Are there plans to expose the cinematic frames (e.g. disparity) to a AVAsynchronousCIImageFilteringRequest? I want to use my own lens blur shader on the cinematic frames. Right now it looks like the cinematic frames are only available in a AVAsynchronousVideoCompositionRequest like this: guard let sourceFrame = SourceFrame(request: request, cinematicCompositionInfo: cinematicCompositionInfo) else { return } let disparity = sourceFrame.disparityBuffer
Replies
0
Boosts
0
Views
653
Activity
Jul ’23
Cinematic not on iOS17 Simulator, Xcode 15.0 beta
Error messages upon build with import Cinematic statements: 1. No such module 'Cinematic' and 2. Cinematic is not available when building for iOS Simulator. Consider using #if canImport(Cinematic) to conditionally import this framework. I am currently on Xcode 15.0 beta, with iOS 17.0 beta framework, and I added Cinematic.framework in Build Phases > Link Binary With Library and marked it as Optional. Same error persists. Seen previous posts on similar import errors but some help would be appreciated for Cinematic API specifically. Thanks!
Replies
0
Boosts
0
Views
755
Activity
Jun ’23