Skip to content

hexaclue/animated_pride_flags

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

animated_pride_flags

Done:

To be done:

  • Anim 6 - Scheduled for 2021-06-07
  • Anim 7 - Scheduled for 2021-06-14
  • Anim 8 - Scheduled for 2021-06-21
  • Anim 9 - Scheduled for 2021-06-28

Rendering

To render all individual frames:

  1. Clone this repo
  2. cd into the folder of the animation you want to render (./anim#/render/)
  3. Install all node modules by running npm i in that folder.
  4. Run the rendering script by running node . in that folder.
  5. All frames will be available at ./anim#/render/frames_SIZExFRAMERATE/ in the format of #.png.

To encode all frames into an APNG:

  1. If you haven't already, install FFmpeg on your computer.
  2. cd into ./anim#/render/frames_SIZExFRAMERATE/
  3. Run ffmpeg -framerate FRAMERATE -i %d.png -plays 0 output.apng
  4. Your output file will be at ./anim#/render/frames_SIZExFRAMERATE/output.apng

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages