<!--
{
  "availability" : [
    "iOS: 26.0.0 -",
    "iPadOS: 26.0.0 -",
    "macCatalyst: 26.0.0 -",
    "macOS: 26.0.0 -",
    "tvOS: 26.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureDevice/Format/videoMinZoomFactorForCinematicVideo",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:objc(cs)AVCaptureDeviceFormat(py)videoMinZoomFactorForCinematicVideo"
  },
  "title" : "videoMinZoomFactorForCinematicVideo"
}
-->

# videoMinZoomFactorForCinematicVideo

Indicates the minimum zoom factor available for the [`videoZoomFactor`](/documentation/AVFoundation/AVCaptureDevice/videoZoomFactor) property when Cinematic Video capture is enabled on the device input.

```
var videoMinZoomFactorForCinematicVideo: CGFloat { get }
```

## Discussion

Devices support a limited zoom range when Cinematic Video capture is active. If this device format does not support Cinematic Video capture, this property returns `1.0`.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)