<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 14.0.0 -",
    "tvOS: 17.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptureVideoStabilizationMode/cinematicExtended",
  "metadataVersion" : "0.1.0",
  "role" : "Case",
  "symbol" : {
    "kind" : "Case",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "c:@E@AVCaptureVideoStabilizationMode@AVCaptureVideoStabilizationModeCinematicExtended"
  },
  "title" : "AVCaptureVideoStabilizationMode.cinematicExtended"
}
-->

# AVCaptureVideoStabilizationMode.cinematicExtended

A mode that uses the extended cinematic stabilization algorithm.

```
case cinematicExtended
```

## Discussion

Enabling extended cinematic stabilization introduces longer latency into the video capture pipeline compared to [`AVCaptureVideoStabilizationMode.cinematic`](/documentation/AVFoundation/AVCaptureVideoStabilizationMode/cinematic) and consumes more memory, but yields improved stability.

Specify identical or similar minimum and maximum frame durations when using this mode.

---

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)