The Motion Designer's Pre-Flight Suite
itzAEP is a purpose-built web utility engineered to inspect Adobe After Effects (.aep) project
files and perform seamless version downgrades for backward compatibility across video editing teams.
Deep Binary Project Inspection
Opening large After Effects projects blindly frequently results in missing media errors, uninstalled plugin
crashes, and broken font warnings. itzAEP parses the internal RIFX binary container in
milliseconds, revealing:
- Exact Authoring Build: Detects major, minor, patch versions, beta builds, and whether the project was saved on macOS Apple Silicon, macOS Intel, or Windows.
- Composition Breakdown: Inspects all main comps and precomps, exact resolutions (4K, 1080p, 9:16 vertical), framerates, durations, and timecode.
- Missing Footage Audit: Identifies hardcoded absolute file paths that will break when shared with other editors.
- Third-Party Plugin Detection: Scans for Boris FX Sapphire, Trapcode, Element 3D, Optical Flares, Deep Glow, RSMB, and other essential plugins.
- Project Bit Depth & Engine: Inspects 8-bpc, 16-bpc, 32-bpc float HDR color depth and JavaScript vs. legacy ExtendScript engines.
Universal Version Downgrader
Collaborators and freelance editors often work across different software releases. When an editor on After Effects 2026 or 2025 sends a project to someone using After Effects 2024, 2023, or 2022, Adobe displays a blocking version mismatch error:
itzAEP bypasses this restriction by applying verified, non-destructive binary header transformations to the
RIFX head chunk. It changes the project signature while leaving layer trees, keyframes, comps,
and asset structures intact.
Technical Architecture & Binary Specification
Engineered for speed, security, and accuracyRIFX Container Architecture
Adobe After Effects project files are big-endian RIFF containers tagged with magic bytes RIFX
and form type Egg! (a historic reference to CoSA, the original creators of After Effects).
itzAEP decodes the chunk hierarchy down to internal sublists without requiring Adobe software to be
installed.
Deterministic Version Formula
The primary software version byte resides in the project head chunk at offset
+9. itzAEP calculates and verifies version offsets using the standardized formula:
Head Byte = 0x5B + (TargetVersion - 20)
Secondary heuristic compatibility bytes are adjusted synchronously to ensure error-free opening.
Dedicated Server Engine
itzAEP utilizes a robust Node.js streaming architecture:
• Fast zero-allocation binary parsing of projects up to 300 MB.
• Automated, safe file delivery and memory garbage collection after processing.
Security & Privacy First
Your footage, client assets, and confidential commercial projects are processed in-memory. Files are never stored permanently, and upload limits are strictly capped at 300 MB to protect infrastructure stability.
Frequently Asked Questions
Everything you need to know about inspecting and downgrading AEP filesIs downgrading an .aep project file safe?
Yes. itzAEP creates a new modified copy of your file and never alters your original file. When opened in an older version of After Effects, the software reconstructs the project state from the existing compositions and layer records.
What happens to features unique to the newer version?
Features exclusive to the newer version (such as newly introduced 3D model render engines or brand-new native effects) will simply be ignored or flagged by the older After Effects application. All universal elements (keyframes, compositions, masks, shapes, expressions, camera layers) open normally.
What is the maximum file size supported?
itzAEP supports project files up to 300 MB. Standard .aep project files
typically range between 500 KB and 50 MB, making 300 MB more than sufficient for even the largest
multi-scene production master files.
Can itzAEP detect missing footage without opening After Effects?
Yes. itzAEP scans the project file's internal media records and detects absolute file paths (such as local
drive references like D:\Footage\...). It flags them with risk warnings so you can organize
your assets into a relative folder before sending them to a client.
Ready to inspect or downgrade your project?
Drop your file into the web inspector to get immediate project analytics and export backward-compatible files.
Open itzAEP Inspector