---
title: isCinematicVideoMetadataCaptureEnabled
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/iscinematicvideometadatacaptureenabled
---

# isCinematicVideoMetadataCaptureEnabled

Indicates whether cinematic video metadata is captured to movie files.

## Declaration

```swift
var isCinematicVideoMetadataCaptureEnabled: Bool { get set }
```

## Discussion

Discussion When true, recorded movie files include a cinematic video metadata track that enables post-capture cinematic video editing using the Cinematic framework. This property may only be set when automaticallyAdjustsCinematicVideoMetadataCaptureEnabled is false. Setting this property when automaticallyAdjustsCinematicVideoMetadataCaptureEnabled is true throws an NSInvalidArgumentException. This property may only be set to true when cinematicVideoMetadataCaptureSupported is true. Setting to true when not supported throws an NSInvalidArgumentException. This property is key-value observable.
