You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a proof-of-concept working using ffmpeg.js, but our memory usage jumpeg from ~70mb to ~700mb and it’s very slow. We now got the ffmpeg binary on our bluemix server, so we can use that directly.
For reference, converting webm to ogg is as simple as ffmpeg -i speech.webm funk.ogg.
On Mac, the ffmpeg we need can be installed using brew: brew install ffmpeg --with-opus
The text was updated successfully, but these errors were encountered:
We have a proof-of-concept working using ffmpeg.js, but our memory usage jumpeg from ~70mb to ~700mb and it’s very slow. We now got the
ffmpeg
binary on our bluemix server, so we can use that directly.For reference, converting webm to ogg is as simple as
ffmpeg -i speech.webm funk.ogg
.On Mac, the
ffmpeg
we need can be installed using brew:brew install ffmpeg --with-opus
The text was updated successfully, but these errors were encountered: