Support Cinematic mode videos in your app

RSS for tag

Discuss the WWDC23 Session Support Cinematic mode videos in your app

View Session

Posts under wwdc2023-10137 tag

2 Posts
Sort by:
Post not yet marked as solved
0 Replies
432 Views
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
Posted Last updated
.
Post not yet marked as solved
0 Replies
591 Views
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!
Posted
by yey.
Last updated
.