https://github.com/nikitavoloboev/remotion
https://github.com/nikitavoloboev/remotion
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/nikitavoloboev/remotion
- Owner: nikitavoloboev
- Created: 2023-10-21T13:01:01.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-21T15:51:42.000Z (about 2 years ago)
- Last Synced: 2025-01-25T06:08:52.575Z (12 months ago)
- Language: TypeScript
- Size: 88.9 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Remotion videos
My personal repo of Remotion videos I make.
Started from [this repo](https://github.com/JonnyBurger/contribution-graph).
## Setup
Using [Bun](https://bun.sh/).
```
bun i
```
## Run
```
bun dev
```
Open http://localhost:3000
### Opens Remotion Studio
```
bun run remotion
```
### Deploy to AWS
```
node deploy.mjs
```
You should run this script after:
- changing the video template
- changing `config.mjs`
- upgrading Remotion to a newer version
### Set up rendering on AWS Lambda
Can also render videos via [Remotion Lambda](https://remotion.dev/lambda).
1. Copy `.env.example` file to `.env` and fill in the values.
Complete the [Lambda setup guide](https://www.remotion.dev/docs/lambda/setup) to get your AWS credentials.
1. Edit `config.mjs` file to your desired Lambda settings.
1. Run `node deploy.mjs` to deploy your Lambda function and Remotion Bundle.