/merge-audio-video-streams-nodejs

Simple node.js application to merge audio and video file.

Primary LanguageJavaScript

Commands to start

1. npm install 
2. npm start

Project Description

  • This is a simple project created using express framework
  • It combines video(without audio) & audio into single file using ffmpeg

Note: Make sure to have ffmpeg installed to make it work.

Guide to install ffmpeg in windows