Search code examples
javascriptnode.jsaudiovideoweb-applications

Modifying audio of a movie file (mp4, mkv)


I'm trying to build a web app with node and vanilla javascript right now to change user inputted mp4 and mkv file audio client side and am unsure if it is even possible? What API should I use to do modify the volume for instance of a movie file and then return back to the user?


Solution

  • This could be done using the WASM (web assembly) version of FFMPEG