---
title: isCinematicVideoMetadataCaptureSupported
framework: AVFoundation
role: symbol
role_heading: Instance Property
platforms: [iOS 27.0+, iPadOS 27.0+, Mac Catalyst 27.0+, macOS 27.0+, tvOS 27.0+]
path: avfoundation/avcapturemoviefileoutput/iscinematicvideometadatacapturesupported
---

# isCinematicVideoMetadataCaptureSupported

Returns whether capturing cinematic video metadata to the movie file is supported in the current session configuration.

## Declaration

```swift
var isCinematicVideoMetadataCaptureSupported: Bool { get }
```

## Discussion

Discussion Cinematic video metadata enables post-capture cinematic video editing using the Cinematic framework. This property returns true when all of the following conditions are met: The source device’s activeFormat supports cinematic video metadata capture. The source device’s dynamic aspect ratio is 16:9 or 9:16 (or unset). Spatial video capture (spatialVideoCaptureEnabled) is not enabled. No other incompatible features are enabled. When switching cameras, formats, or toggling other features, this property may change. This property is key-value observable.
