This is a Next.js template for building programmatic video apps, with @remotion/player
and @remotion/lambda
built in.
This template uses the Next.js App directory. There is a Pages directory version of this template available.
Use this template to clone it into your GitHub account. Run
npm i
afterwards. Alternatively, use this command to scaffold a project:
npx create-video@latest --next
Start the Next.js dev server:
npm run dev
Open the Remotion Studio:
npm run remotion
The following script will set up your Remotion Bundle and Lambda function on AWS:
node deploy.mjs
You should run this script after:
- changing the video template
- changing
config.mjs
- upgrading Remotion to a newer version
This template supports rendering the videos via Remotion Lambda.
-
Copy the
.env.example
file to.env
and fill in the values. Complete the Lambda setup guide to get your AWS credentials. -
Edit the
config.mjs
file to your desired Lambda settings. -
Run
node deploy.mjs
to deploy your Lambda function and Remotion Bundle.
Get started with Remotion by reading the fundamentals page.
We provide help on our Discord server.
Found an issue with Remotion? File an issue here.
Note that for some entities a company license is needed. Read the terms here.