Skip to content

I want to try using Remotion, and this is a new repository for testing out this tool.

Notifications You must be signed in to change notification settings

riverventures/remotion-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remotion Sandbox

A sandbox for testing Remotion animations and video generation.

Setup

npm install

Available Commands

Start the Remotion Studio

npm start

This opens the Remotion Studio in your browser where you can preview all compositions in real-time.

Render Videos

# Render HelloWorld composition to MP4
npm run render

# Render HelloWorld composition to GIF
npm run render:gif

# Render a single frame as PNG
npm run render:still

# Render LogoAnimation composition
npm run render:logo

# Render all compositions
npm run render:all

Build for production

npm run build

Compositions

This project includes three example compositions:

  1. HelloWorld - A simple animated title with spring physics and gradient background
  2. LogoAnimation - Animated "REMOTION" text with floating circles and spring entrances
  3. ColorfulShapes - Colorful floating shapes with a counting animation

Rendering Custom Compositions

You can render any composition with custom settings:

# Basic render
npx remotion render <CompositionId> <output-path>

# With custom frame range
npx remotion render HelloWorld out/clip.mp4 --frames=0-30

# Different codec
npx remotion render HelloWorld out/video.webm --codec=vp8

# Change resolution
npx remotion render HelloWorld out/small.mp4 --scale=0.5

Learn More

About

I want to try using Remotion, and this is a new repository for testing out this tool.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published