Render with Remotion CLI

npx remotion render remotion/index.tsx lower-third output.mp4

Composition code

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

interface LowerThirdProps {
  name?: string;
  title?: string;
  company?: string;
  [key: string]: any;

Lower Third

Elegant animated lower-third overlays for interviews and presentations.

Duration5s
Resolution1920 × 1080
Frame rate30 fps
Frames150

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