Render CLI

npx remotion render remotion/index.tsx EndScreen output.mp4 --codec=h264

Composition code

import { AbsoluteFill, useCurrentFrame, interpolate, Easing } from "remotion";
import { Globe, Video } from "lucide-react";

interface EndScreenTemplateProps {
  brandName?: string;
  siteUrl?: string;
  title?: string;
  url?: string;
}

export const EndScreen: React.FC<EndScreenTemplateProps> = (props) => {
  const brandName = props.brandName ?? props.title ?? "SwiftClip";

End Screen

Engaging YouTube-style end screen with subscribe CTA, video cards, and animated overlays.

Duration7s
Resolution1920 × 1080
Frame rate30 fps
Frames210

This is a free, open-source template. Copy the code and drop it into your Remotion project.