Transcoding a .opus audio and .webm video files into one .mp4 video using FFmpeg.wasm.
Using FFmpeg requires using SharedArrayBuffer which needs some cross-origin settings, so http-proxy-middleware is being used to set up a proxy server.
If the Audio and video files aren't the same length, then, with the current settings, the result will be the same length as the shortest of them.