Render CLI
npx remotion render remotion/index.tsx ProductLaunch output.mp4 --codec=h264
Composition code
import {
AbsoluteFill,
Sequence,
useCurrentFrame,
interpolate,
Easing,
} from "remotion";
import { Sparkles, Ship, ArrowRightCircle } from "lucide-react";
interface ProductLaunchTemplateProps {
headline?: string;
subheadline?: string;Product Launch
Cinematic reveal animation for product announcements with smooth entrance transitions and particle effects.
Duration15s
Resolution1920 × 1080
Frame rate30 fps
Frames450
This is a free, open-source template. Copy the code and drop it into your Remotion project.