The AAE file is a text-based Apple XML property list (PLIST) document that describes all editing operations made on an image or video and effects/filters that have been applied to it. The name of each AAE file matches the name of the respective original JPG image or MOV video. The original photographs or videos remain intact. If there is no editing done and no effects/filters are applied, no AAE file is created. When images and videos are transferred to the computer (for example, by image capture), their sidecar AAE files are also transferred.
Below is an example of AAE file:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>adjustmentBaseVersion</key>
<integer>0</integer>
<key>adjustmentData</key>
<data>
[encoded editing data]
</data>
<key>adjustmentEditorBundleID</key>
<string>com.apple.mobileslideshow</string>
<key>adjustmentFormatIdentifier</key>
<string>com.apple.photo</string>
<key>adjustmentFormatVersion</key>
<string>1.4</string>
<key>adjustmentRenderTypes</key>
<integer>0</integer>
<key>adjustmentTimestamp</key>
<date>2020-04-05T07:03:27Z</date>
</dict>
</plist>
Currently, Photos in iOS 8 or later and Photos on Mac OS are the only applications that supports the AAE sidecar format. That means that on PC, AAE files are useless and can be deleted unless you plan to further transfer to another Mac or iOS device. However, AAE content (XML code) can be examined with any text editor. On the iOS device deleting AAE files will delete all edits, filters and/or applied effects and the images/videos will remain in their original state.
Below is a list of fields in a typical AAE file:
AAE Quick Info | |
---|---|
Apple Image Sidecar File | |
MIME Type | |
not applicable | |
Opens with | |
Apple iOS and iPadOS | |
Apple Photos | |
Apple iCloud |