Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

Animation of my 20th birthday "gamification"

License

Notifications You must be signed in to change notification settings

SecondThundeR/20-years-animation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

20 Years Animation

This is an animation created with Motion Canvas to celebrate my 20th birthday

This animation is made in a minimalistic style, using the concept of "gamification"

Animation result

For better experience, check out 4K rendered video

How to run

pnpm i
pnpm serve

Note: On first load, project Motion Canvas can show default (fallback) font instead of "Ubuntu". To fix this, simply reload the page again to reload remote fonts

How to render

  1. Run pnpm i to install dependencies and pnpm serve to launch Motion Canvas
  2. Use Render button in Motion Canvas's Video Settings
  3. After render, go to /output/project folder where project.mp4 will be located
  4. ...
  5. You are done!

To get GIF, run two commands using ffmpeg:

ffmpeg -y -i project.mp4 -vf palettegen palette.png

ffmpeg -y -i project.mp4 -i palette.png -filter_complex paletteuse -r 50 project.gif

License

This animation is using MIT License