So in this repository, I'm using FFMPEG to make an overlay text on top of my video. The target is to massively generate videos with customs texts inside it. Rightnow the process is just how do you edit videos using only CLI or Coding by Backend. Next step is the Frontend and how does the frontend translates all of the information into the FFMPEG code.
- Download
ffmpeg-full. For MacOS, usebrew install ffmpeg-full - Clone the Repository
- You can run the code by doing
node main.jsornpm run start