Render CLI

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

Composition code

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

interface BrandRevealTemplateProps {
  brandName?: string;
  tagline?: string;
  accentColor?: string;
  title?: string;
  subtitle?: string;
  color?: string;
}

Brand Reveal

Elegant brand logo reveal with layered entrance animations and clean typography.

Duration6s
Resolution1920 × 1080
Frame rate30 fps
Frames180

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