Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use ffmpeg binary instead of ffmpeg.js #35

Closed
gr2m opened this issue Feb 24, 2017 · 2 comments
Closed

use ffmpeg binary instead of ffmpeg.js #35

gr2m opened this issue Feb 24, 2017 · 2 comments
Assignees

Comments

@gr2m
Copy link
Contributor

gr2m commented Feb 24, 2017

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

@gr2m gr2m self-assigned this Feb 24, 2017
@gr2m
Copy link
Contributor Author

gr2m commented Feb 24, 2017

see also #38

@gr2m
Copy link
Contributor Author

gr2m commented Feb 25, 2017

closed via 39

@gr2m gr2m closed this as completed Feb 25, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant