Ae Batch Export banner
dvschultz dvschultz

Ae Batch Export

Development community

Description

--- name: ae-batch-export description: "Batch render operations: add compositions to render queue, apply output module templates, set output paths, queue in Adobe Media Encoder." --- # AE Batch Export Automate render queue and export operations in After Effects. ## Available Operations ### 1. Add All Comps to Render Queue Add all compositions in the project to the render queue. ```javascript #target aftereffects (function() { if (app.project.numItems === 0) { alert("Project is

Installation

Installs to ~/.claude/skills/dvschultz-adobe-hut-ae-batch-export/SKILL.md

Terminal
mkdir -p ~/.claude/skills/dvschultz-adobe-hut-ae-batch-export && curl -fsSL https://raw.githubusercontent.com/dvschultz/adobe-hut/HEAD/.claude/skills/ae-batch-export.md -o ~/.claude/skills/dvschultz-adobe-hut-ae-batch-export/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository