Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 396 Bytes

readme.md

File metadata and controls

18 lines (12 loc) · 396 Bytes

Video Generator with NodeJS + FFMPEG

This script generate a video bases on an array to automate the creation of aniversary videos for my church.

Requirements

  • NodeJS
  • FFMPEG CLI
  • ImageMagic CLI

How to Run

First, you need to configure the array on src/index.ts file. Setting the people you want to generate frames, each array object is a frame.

To execute:

yarn dev