What problem does it solve? Running Adobe After Effects post-production after a MediaPipe pipeline requires manually building AEP projects, cutting scenes from CSV data, and recentering layers from tracking JSON, which is slow and error-prone on Windows workstations. ## Core Features & Use Cases - Automated AEP Project Creation: Run Media-Solution-v11.2-production.jsx to generate After Effects projects with scene cuts from STEP7 *_ae.json files and CSV scene data. - Intelligent Layer Recentering: Apply tracking-based recentering using Analyse-Écart-X JSX, which prioritizes lightweight STEP6 *_tracking.json and falls back to streaming parsing of large STEP5 JSON to avoid memory crashes. - Python Bridge Integration: Route batch operations through PyShiftBridge (Hybrid 2.0) or the legacy system.callSystem() fallback with media_solution_bridge.py for cuts and analyzer manifests. - Use Case: After STEP7 completes, open After Effects on Windows, run Media-Solution.jsx against the project folder, then apply Analyse-Écart-X to recenter layers using tracking data, monitoring [PY] logs in the AE console. ## Quick Start Ask the assistant to run the Media-Solution JSX script in After Effects against the STEP7 output folder and verify the generated AEP projects.