---
title: renderedContentURL
framework: photos
role: symbol
role_heading: Instance Property
path: photos/phcontenteditingoutput/renderedcontenturl
---

# renderedContentURL

The URL at which to write a file containing edited asset content.

## Declaration

```swift
var renderedContentURL: URL { get }
```

## Discussion

Discussion Read this property to find a URL for writing edited asset content. Then, if editing a photo asset, write the altered photo image to a file in JPEG format at this URL. If editing a video asset, export the video to a QuickTime (.mov) file at this URL. important: Edited asset content must incorporate (or “bake in”) the intended orientation of the asset. That is, the orientation metadata (if any) that you write in the output image or video file must declare the “up” orientation, and the image or video data must appear right-side up when presented without orientation metadata. For Live Photo content, you don’t write output to this URL. Instead, pass the editing output object to the saveLivePhoto(to:options:completionHandler:) method.

## See Also

### Providing Edit and Adjustment Data

- [adjustmentData](photos/phcontenteditingoutput/adjustmentdata.md)
