Back to Marketplace

Run this helper free

Answer 3 questions. Get a result in 2 minutes. Preview free.

Start free →
FREE
Scanned
Grow Business

Motion Graphics

"Generate motion graphics and animated videos using Python, FFmpeg, and Pillow. Use for: creating intro videos, data visualizations, animated diagrams, and text-based motion graphics."

Install in one line

mfkvault install aryankumar06-claude-code-skills

Requires the MFKVault CLI. Prefer MCP?

New skill
No reviews yet
New skill
🤖 Claude Code Cursor💻 Codex🦞 OpenClaw
FREE

Free to install — no account needed

Copy the command below and paste into your agent.

Instant access • No coding needed • No account needed

What you get in 5 minutes

  • Full skill code ready to install
  • Works with 4 AI agents
  • Lifetime updates included
SecureBe the first
Ready to run

Run this helper

Answer a few questions and let this helper do the work.

Advanced: use with your AI agent

Description

--- name: motion-graphics description: "Generate motion graphics and animated videos using Python, FFmpeg, and Pillow. Use for: creating intro videos, data visualizations, animated diagrams, and text-based motion graphics." --- # Motion Graphics This skill enables the creation of programmatic motion graphics and animations within the Manus sandbox environment. ## Core Workflow To create a motion graphics video, follow these steps: 1. **Define Animation Parameters**: Determine the resolution (e.g., 1280x720), duration (e.g., 5 seconds), and framerate (e.g., 30 FPS). 2. **Choose an Implementation Strategy**: * **Frame-by-Frame (Recommended)**: Use Python with `Pillow` to draw each frame as an image, then assemble them with `FFmpeg`. * **FFmpeg Filters**: Use complex filtergraphs for simpler animations like scrolls, zooms, and overlays. * **Matplotlib Animation**: Best for mathematical or data-driven motion graphics. 3. **Implement the Script**: Create a Python script (refer to `scripts/generate_motion.py` for a template) that: * Calculates a `progress` variable (0.0 to 1.0) for each frame. * Draws elements (shapes, text, images) based on the progress. * Saves frames as numbered files (e.g., `frame_0001.png`). 4. **Assemble and Encode**: Use `FFmpeg` to combine frames into a final video file (e.g., `.mp4`). 5. **Clean Up**: Delete all temporary frame files after the video is generated. ## Bundled Resources ### Scripts - `scripts/generate_motion.py`: A template script for frame-by-frame animation using Pillow and FFmpeg. ### References - `references/techniques.md`: Detailed guide on animation techniques, FFmpeg filters, and best practices for high-quality output. ## Guidelines for Quality - **Smoothness**: Use a consistent framerate (30 or 60 FPS). - **Compatibility**: Always use `-pix_fmt yuv420p` in FFmpeg to ensure the output video plays correctly on all devices. - **Resource Management**: The sandbox has limited storage; avoid generating thousands of high-resolution frames without cleanup. - **Visuals**: Use `Pillow`'s `ImageDraw` for crisp vector-like shapes and `ImageFont` for professional typography.

Preview in:

Security Status

Scanned

Passed automated security checks

Time saved
How much time did this skill save you?

Related AI Tools

More Grow Business tools you might like

codex-collab

Free

Use when the user asks to invoke, delegate to, or collaborate with Codex on any task. Also use PROACTIVELY when an independent, non-Claude perspective from Codex would add value — second opinions on code, plans, architecture, or design decisions.

Rails Upgrade Analyzer

Free

Analyze Rails application upgrade path. Checks current version, finds latest release, fetches upgrade notes and diffs, then performs selective upgrade preserving local customizations.

Asta MCP — Academic Paper Search

Free

Domain expertise for Ai2 Asta MCP tools (Semantic Scholar corpus). Intent-to-tool routing, safe defaults, workflow patterns, and pitfall warnings for academic paper search, citation traversal, and author discovery.

Hand Drawn Diagrams

Free

Create hand-drawn Excalidraw diagrams, flows, explainers, wireframes, and page mockups. Default to monochrome sketch output; allow restrained color only for page mockups when the user explicitly wants webpage-like fidelity.

Move Code Quality Checker

Free

Analyzes Move language packages against the official Move Book Code Quality Checklist. Use this skill when reviewing Move code, checking Move 2024 Edition compliance, or analyzing Move packages for best practices. Activates automatically when working

Claude Memory Kit

Free

"Persistent memory system for Claude Code. Your agent remembers everything across sessions and projects. Two-layer architecture: hot cache (MEMORY.md) + knowledge wiki. Safety hooks prevent context loss. /close-day captures your day in one command. Z