# Remotion Rule: Videos > Remotion skill rule: Embedding videos in Remotion - trimming, volume, speed, looping, pitch. Part of the official Remotion Agent Skill for programmatic video in React. ## Install Save the content below to `.claude/skills/` or append to your `CLAUDE.md`: ## Quick Use ```bash npx skills add remotion-dev/skills ``` This rule activates automatically when working with videos in a Remotion project. --- ## Intro Embedding videos in Remotion - trimming, volume, speed, looping, pitch. Part of the [Remotion AI Skill](https://tokrepo.com/en/workflows/57997ead-c8fa-409c-916f-28bbc0adc8d9) — the official Agent Skill for programmatic video creation in React. **Best for**: Developers using Remotion for videos **Works with**: Claude Code, OpenAI Codex, Cursor --- ## Rule Content # Using videos in Remotion ## Prerequisites First, the @remotion/media package needs to be installed. If it is not, use the following command: ```bash npx remotion add @remotion/media # If project uses npm bunx remotion add @remotion/media # If project uses bun yarn remotion add @remotion/media # If project uses yarn pnpm exec remotion add @remotion/media # If project uses pnpm ``` Use `