Convert a webm video to mp4.
Useful for handling MediaRecorder output.
Install
npm install webm-to-mp4
Usage
const promises: fs = ;const webmToMp4 = ; await fs;
API
webmToMp4(webmData)
input
Type: Iterable
(includes Buffers, ArrayBuffers and Uint8Arrays)
The webm data to convert.