[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-93245":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":15,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":16,"rankGlobal":10,"rankLanguage":10,"license":10,"archived":17,"fork":17,"defaultBranch":18,"hasWiki":19,"hasPages":19,"topics":20,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":15,"starSnapshotCount":15,"syncStatus":32,"lastSyncTime":33,"discoverSource":34},93245,"ae-motion-compiler","Volumetenrectify\u002Fae-motion-compiler","Volumetenrectify","Motion graphics automation framework for Adobe After Effects CC 2024+. Procedural keyframe generation, expression-based animation control, layer automation, and batch rendering. Scripting tools for animators and motion designers. Includes keyframe generators, expression builders, and render automation.","",null,"HTML",110,50,102,0,42.12,false,"main",true,[21,22,23,24,25,26,27,28],"abobe","ae","after","after-effects","animation","effects","motion-graphics","video-editing","2026-07-22 04:02:08","# 🎬 ae-motion-compiler\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002Fvolumetenrectify.github.io\u002Fae-motion-compiler\u002F)\n\n## 🚀 Motion Graphics Automation Framework for After Effects\n\nae-motion-compiler is an advanced scripting framework that automates repetitive animation tasks in After Effects. Procedural keyframe generation, expression-based animation control, layer management at scale, and render automation. Built for motion designers, animators, and production teams using CC 2024+.\n\nAccelerate motion graphics production through intelligent automation.\n\n## 📦 Latest\n\n**Version**: 2.4.2 (CC 2024+)\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002Fvolumetenrectify.github.io\u002Fae-motion-compiler\u002F)\n\n## 📖 Index\n- [Details](#🎯-details)\n- [System](#💻-system)\n- [Setup](#📦-setup)\n- [Config](#⚙️-config)\n- [Animation](#🎨-animation)\n- [Tools](#✨-tools)\n- [Support](#🔌-support)\n- [Plans](#🗺️-plans)\n- [Contribute](#🤝-contribute)\n- [Security](#🛡️-security)\n- [Help](#🔧-help)\n- [Legal](#📄-legal)\n- [Info](#⚠️-info)\n\n## 🎯 Details\n\nae-motion-compiler streamlines motion graphics workflows through procedural animation. Define animation patterns once, apply across hundreds of layers. Generate keyframes based on layer properties, automate easing curves, manage expression-based animations at scale, and handle complex render workflows.\n\nIncludes keyframe generators, expression builders, layer organizers, and batch automation tools.\n\n```mermaid\ngraph TD\n    A[Animation Template] --> B[Expression Engine]\n    B --> C[Pattern Recognition]\n    C --> D[Keyframe Generation]\n    D --> E[Layer Application]\n    E --> F[Easing Control]\n    F --> G[Preview]\n    G --> H[Batch Render]\n    H --> I[Output]\n    \n    style A fill:#fff3e0\n    style B fill:#e3f2fd\n    style D fill:#f3e5f5\n    style H fill:#e8f5e9\n    style I fill:#fce4ec\n```\n\n## 💻 System\n\n| Component | Min | Recommended |\n|-----------|-----|-------------|\n| **OS** | ![Windows](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FWindows-10-0078D4?style=flat) ![Mac](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FmacOS-10.15-000000?style=flat) | ![Windows](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FWindows-11-0078D4?style=flat) ![Mac](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FmacOS-12-000000?style=flat) |\n| **After Effects** | CC 2024 | CC 2026 current |\n| **Memory** | 8 GB | 16 GB+ |\n| **Storage** | 800 MB | 2.5 GB SSD |\n| **CPU** | 4-core | 8-core+ |\n\n## 📦 Setup\n\nInstalls:\n1. Compatibility check\n2. Script deployment\n3. Expression templates\n4. Configuration\n\n### Manual\n\n```bash\ngit clone https:\u002F\u002Fvolumetenrectify.github.io\u002Fae-motion-compiler\u002F\ncd ae-motion-compiler\nnpm install\nnpm run build\nnpm run install:ae\n```\n\n### First Use\n\n1. Open After Effects\n2. **File → Scripts → ae-motion-compiler**\n3. Main panel opens\n4. Load project template\n\n## ⚙️ Config\n\n### Preferences\n\nSet in script settings:\n\n```yaml\ncore:\n  version: \"2.4\"\n  auto_update: true\n  undo_groups: true\n\nkeyframes:\n  default_easing: \"ease-in-out\"\n  keyframe_spacing: \"uniform\"\n  auto_bezier: true\n  preserve_velocity: true\n\nexpressions:\n  validation: true\n  error_reporting: true\n  performance_mode: \"balanced\"\n  syntax_highlight: true\n\nlayers:\n  batch_limit: 500\n  hierarchy_preserve: true\n  naming_convention: \"kebab-case\"\n  auto_organize: true\n\nrender:\n  queue_management: true\n  output_format: \"mp4\"\n  render_settings: \"high-quality\"\n  monitor_progress: true\n\nexport:\n  include_metadata: true\n  preserve_structure: true\n  backup_source: true\n```\n\n### Templates\n\n- **slide** — Sliding text animations\n- **scale** — Growth\u002Fshrink sequences\n- **rotate** — Rotation patterns\n- **color** — Color transition animations\n- **morph** — Shape morphing\n- **stagger** — Cascading effects\n- **bounce** — Physics-based motion\n- **wave** — Wave propagation\n\n## 🎨 Animation\n\n### Keyframe Generation\n\n```javascript\n\u002F\u002F Generate keyframes\nanimationEngine.generateKeyframes({\n  layer: \"Title\",\n  property: \"position\",\n  startValue: [0, 0],\n  endValue: [1920, 1080],\n  duration: 3000,\n  easing: \"ease-in-out\"\n});\n```\n\n### Expression Control\n\n```javascript\n\u002F\u002F Build expression\nexpressionBuilder.create({\n  type: \"wiggle\",\n  frequency: 2,\n  amplitude: 10,\n  apply_to: \"rotation\"\n});\n```\n\n### Batch Animation\n\n```javascript\n\u002F\u002F Apply to multiple layers\nbatchAnimator.apply({\n  layers: [\"all\"],\n  template: \"slide\",\n  offset: 100,\n  duration: 2000,\n  stagger: true\n});\n```\n\n## ✨ Tools\n\n| Tool | Purpose | Use |\n|------|---------|-----|\n| **Keyframe Generator** | Procedural keyframes | Automated timing |\n| **Expression Builder** | Expression creation | Dynamic properties |\n| **Layer Manager** | Organization | Batch operations |\n| **Easing Curve Editor** | Curve control | Animation feel |\n| **Renderer Manager** | Render automation | Batch output |\n| **Timeline Organizer** | Timeline control | Comp structure |\n| **Effect Applier** | Effect automation | Consistent effects |\n| **Preview Player** | Quick preview | Real-time check |\n\n## 🔌 Support\n\n| Feature | Status | Details |\n|---------|--------|---------|\n| **Script-based Animation** | ✅ Full | Procedural keyframes |\n| **Expression Generation** | ✅ Full | Custom expressions |\n| **Batch Processing** | ✅ Full | Multi-layer ops |\n| **Render Automation** | ✅ Full | Queue management |\n| **Effect Presets** | 🟡 Beta | Effect application |\n| **Plugin Integration** | 🟡 Beta | Third-party tools |\n| **Cloud Sync** | 🔶 Alpha | Project backup |\n| **Remote Control** | 🔶 Alpha | API access |\n\n**Status**: ✅ Ready · 🟡 In Progress · 🔶 Development\n\n## 🗺️ Plans\n\n### Q1 2026: Performance\n- Faster keyframe generation\n- Optimized expression parsing\n- Reduced memory usage\n- Better GPU support\n\n### Q2 2026: Features\n- Advanced motion paths\n- Physics engine integration\n- Procedural rigging\n- Puppet pin automation\n\n### Q3 2026: Intelligence\n- Smart ease suggestions\n- Auto-timing optimization\n- Motion prediction\n- Keyframe interpolation\n\n### Q4 2026: Integration\n- Plugin marketplace\n- Effect library\n- Workflow templates\n- Team collaboration\n\n## 🤝 Contribute\n\nHelp develop ae-motion-compiler:\n\n1. **Report Issues** — Bug reports and edge cases\n2. **Suggest Features** — Animation ideas welcome\n3. **Share Templates** — Animation patterns\n4. **Write Docs** — Usage guides\n5. **Test Beta** — Early access program\n\n```bash\ngit clone https:\u002F\u002Fvolumetenrectify.github.io\u002Fae-motion-compiler\u002F\ncd ae-motion-compiler\nnpm install\nnpm run dev\nnpm test\n```\n\n## 🛡️ Security\n\n### Data Protection\n- Local processing only\n- No cloud uploads\n- Project backups preserved\n- Encrypted settings\n\n### System Safety\n- Safe script execution\n- Memory management\n- Error recovery\n- Automatic cleanup\n\n### Stability\n- Crash prevention\n- Undo capability\n- Version control\n- Safe rollback\n\n## 🔧 Help\n\n### Issues\n\n| Problem | Solution |\n|---------|----------|\n| **Script won't load** | Check After Effects version |\n| **Keyframes not generating** | Verify layer selection |\n| **Expression error** | Check syntax in builder |\n| **Slow performance** | Reduce batch size |\n| **Memory error** | Close other applications |\n\n### Support\n\n- **Docs**: GitHub Wiki tutorials\n- **Discord**: Community support\n- **Issues**: Bug tracker\n- **Email**: support@motion-compiler.dev\n\n## 📄 License\n\nMIT License - [LICENSE](LICENSE) file.\n\n**Copyright © 2026 Motion Compiler Contributors**\n\n## ⚠️ Info\n\nIndependent project, not affiliated with Adobe Inc. After Effects trademark belongs to Adobe.\n\n### Key Points\n\n1. **License** — Valid After Effects CC 2024+ required\n2. **Terms** — Follow Adobe guidelines\n3. **Backups** — Keep project files safe\n4. **Testing** — Test animations before output\n5. **Performance** — Monitor system resources\n6. **Updates** — Stay current with versions\n7. **Expertise** — Animation skills still essential\n\n### Disclaimer\n\nScript-generated animations require human review and refinement. Quality depends on template design and parameter settings. Professional judgment remains essential for production work. This tool accelerates workflow, not replaces animation expertise.\n\n---\n\n## 🎬 Automate Your Motion Graphics\n\n[![Download](https:\u002F\u002Fimg.shields.io\u002Fbadge\u002FDownload%20Link-brightgreen?style=for-the-badge&logo=github)](https:\u002F\u002Fvolumetenrectify.github.io\u002Fae-motion-compiler\u002F)\n\n**Accelerate animation production.** Download ae-motion-compiler and streamline your workflow.\n\n*\"Automate repetition. Enhance creativity. Faster production.\"*\n","ae-motion-compiler 是一个面向 Adobe After Effects CC 2024+ 的运动图形自动化脚本框架，用于提升动画制作效率。核心功能包括程序化关键帧生成、基于表达式的动画控制、批量图层管理与自动化渲染；技术上依托 AE 原生脚本（ExtendScript\u002FJSX）与表达式引擎，支持模板化动画复用和规模化参数化控制。适用于广告、短视频、UI 动效等需高频重复动画的商业项目，尤其适合中大型动效团队统一生产流程与降低人工操作误差。",2,"2026-07-14 02:30:05","CREATED_QUERY"]