Merge WAV audio and WebM video
There's a way to merge an audio (wav) and a video (webm) in a nodejs server? Since WebM is a container format, I hope that is possible add audio track to an existing WebM file. I'm right? Anyone know a NodeJS package for doing this? Found a solution, but is not really simple to do. For do this is required ffmpeg (or similar). To install it I done this steps: (only for mac) install HomeBrew . run the installation of ffmpeg with all the dependences that is required: sudo brew install ffmpeg --with-libvpx --with-theora --whit-libogg --with-libvorbis now we can merge a audio and a video file with