Web based Resolume Advanced Output .XML to After Effects composition converter
ResToAE is a lightweight, browser-based tool that bridges the gap between Resolume Arena's Advanced Output and Adobe After Effects.
It parses your Resolume Advanced Output .xml file and generates a .jsx script. When run in After Effects, this script automatically reconstructs your input map composition, creating pre-comps for every slice with the correct position, rotation, and resolution.
- XML Parsing: Extracts Slice names, dimensions, positions, and rotations from Resolume XML.
- Automatic Pre-comping: Creates individual compositions for every slice, organized in a folder.
- Intelligent Filtering: Automatically ignores slices named "Dummy" or "Deco".
- Data Labels: Option to create "Shy" text layers containing slice resolution and coordinates for easy reference.
- Zero Dependencies: Runs entirely in the browser. No data is uploaded to any server.
- Open Resolume Arena.
- Go to Output -> Advanced.
- Click the dropdown on the top left (Screen Setup) and select Save As...
- Save your
.xmlfile.
- Open ResToAE (via the hosted link or local
index.html). - Drag and drop your
.xmlfile into the drop zone. - (Optional) Adjust the input map resolution if auto-detect fails.
- Click Generate Script.
- Click Download .jsx.
- Open Adobe After Effects.
- Go to File -> Scripts -> Run Script File...
- Select the
.jsxfile you just downloaded. - Wait a moment for the script to build your composition!
This tool is a static web application. You can use it in two ways:
- Hosted Version: https://AuxVR.Github.io/ResToAE/
- Local Version: Simply download
index.htmland open it in any browser. No internet required!
This tool is free and open source. If it saves you hours of manual pixel mapping on your next gig, consider supporting!
Distributed under the MIT License. See LICENSE for more information.