What is the AEP file format?
.aep files are used by the video and graphics editing and post-production software Adobe After Effects. An .aep file contains a video project and its related data, including audio, video and image references, the composition timeline, transitions and other effects. It stores references to source assets rather than rendered footage.
.aep stores data in binary format using a big-endian RIFF container, identified by the four-byte signature RIFX at offset 0. After Effects uses .aep as its default project format. The .aepx format, which is based on XML and stores project data as plain text, is also supported.
Security & safety
RISK: MEDIUMAn AEP is project data, but After Effects supports scripting (Expressions/scripts), and downloaded templates can ship with .jsx scripts or 'script-driven' setups - only run AE scripts from templates you trust. The bigger practical pitfalls: pirated 'free AEP template' sites bundle malware in the download archives, and projects often arrive with missing footage (relink the assets). Get After Effects only from Adobe, and templates from reputable marketplaces.
Format details
in a nutshellPrograms that open AEP files
Technical details
deep spec| Container | Big-endian RIFF variant (RIFX); not the standard little-endian RIFF used by most Windows media files |
| Magic bytes | 52 49 46 58 ("RIFX") at offset 0; form-type "Egg!" follows the size field |
| MIME type | application/octet-stream |
| Encoding | Proprietary binary; not human-readable |
| Content model | Project file - stores composition metadata and references to external source assets, not encoded video |
| Asset references | Links to external footage, audio and image files by absolute or relative file path; relocating assets breaks the link |
| Compositions | Holds one or more named compositions, each with a layer stack, timing, keyframes and effects |
| Expressions | Supports JavaScript-based expressions for procedural property animation on any keyframeable parameter |
| Platform | Cross-platform; identical binary file format on Windows and macOS |
| Version compatibility | Backward-incompatible: projects saved in a newer version of After Effects cannot be opened in older versions |
| XML variant | .aepx is the plain-text XML counterpart; functionally equivalent but human-readable and diff-friendly |
| Auto-save copies | After Effects writes incremental auto-save copies (also .aep) to an Auto-Save subfolder alongside the project |
| Related templates | .aet (After Effects template), .mogrt (Motion Graphics Template exportable to Premiere Pro) |
| Released | 1993 (After Effects 1.0; CoSA/Adobe) |
| Specification | helpx.adobe.com |
AEP conversions
Community Q&A
asked by usersNo questions yet - be the first to ask about AEP files.