Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 586 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 586 Bytes

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.