Render CLI

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

Composition code

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

interface SocialStoryTemplateProps {
  headline?: string;
  subheadline?: string;
  brandHandle?: string;

Social Story

Vertical social media story template with animated text overlays and brand elements.

Duration10s
Resolution1080 × 1920
Frame rate30 fps
Frames300

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