gabrielbuzziv / church-video-generator

This is a NodeJS project to automate the creation of the birthday video of my local church.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

This is a NodeJS project to automate the creation of the birthday video of my local church.


Languages

Language:TypeScript 100.0%