/lyric-video-editor

A small app for creating and rendering lyric videos.

Primary LanguageJavaScript

This app allows you to build simple lyric videos for songs and then render it into an mp4.

Install npm packages:

npm install

Make sure you have ffmpeg command on your system.

You can download ffmpeg here: http://ffmpeg.org/download.html

Spin up a http server to display the app:

node main

Navigate to http://localhost:8000 in your browser

And away she goes.