Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 778 Bytes

README.md

File metadata and controls

42 lines (27 loc) · 778 Bytes

BaselHack 2024 Screen Media

Contains a remotion project with compositions:

  • JobWall
  • SponsorVideos

These are intended to be rendered in a video file each.

Additionally, HelloWorld and OnlyLogo from the original remotion template are still there for documentation.

Raw assets (under public/) are not committed to git, for filesize reasons. We have them in our google drive. These are the files referenced with the staticFile() function.

Commands

Install Dependencies

npm i

Start Preview

npm start

Render video

npx remotion render

Upgrade Remotion

npm run upgrade

Docs

Get started with Remotion by reading the fundamentals page.