Render with Remotion CLI

npx remotion render remotion/index.tsx tutorial-intro output.mp4

Composition code

import {
  AbsoluteFill,
  useCurrentFrame,
  interpolate,
  Easing,
} from "remotion";

interface TutorialIntroProps {
  title?: string;
  duration?: string;
  [key: string]: any;
}

Tutorial Intro

Clean animated intro card for YouTube tutorials and educational content.

Duration8s
Resolution1920 × 1080
Frame rate30 fps
Frames240

Copy the code snippet into your Remotion project and run the render command to generate this template locally.