This repository is associated with this YouTube video.
In this video we made a video editor from scratch using NodeJS. We useed ffmpeg and jimp to help us with the editing (link for those in the video description). I recently started an Instagram account so I wanted to make a quick video editor that will add some padding to the video to match the aspect ratio for IGTV and a watermark.
In order to install the application you just have to clone the repository and run npm install
in the project root folder.
To start the app run npm start
in the root folder of the app.