--- name: videos description: Embedding videos in Remotion - trimming, volume, speed, looping, pitch metadata: tags: video, media, trim, volume, speed, loop, pitch --- # 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 `