R
R
rogiivs2019-06-14 16:43:19
PHP
rogiivs, 2019-06-14 16:43:19

How to convert webm to any other audio format?

I get a MediaStream object in the browser. Next, using the MediaRecorder, I record and receive a Blob object. MIME-type is always different, depending on the browser. Firefox writes to audio/ogg;codecs=opus (ideally, what you need), and chrome writes to audio/webm; codecs=opus . Depriving users of the site with Chrome is not an option, too high a percentage. How to convert this horrible webm to any audio format (preferably OGG Opus)? with JS or PHP?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anton Shamanov, 2019-06-14
@SilenceOfWinter

run through php some https://ffmpeg.org/ is no problem

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question