#videoconverter.js
videoconverter.js is a library that allows you to convert and manipulate videos inside of your web browser.
This is acheived by converting the popular FFmpeg library into JavaScript, using Emscripten.
It was originally conceived for a project called Video Funhouse in Node Knockout 2013.
To jump straight to a demo, see the terminal demo at http://bgrins.github.io/videoconverter.js/demo or the Video Funhouse demo at http://devcomo.2013.nodeknockout.com/.
For more information, visit the project homepage at http://bgrins.github.io/videoconverter.js/.
Feel free to ping @bgrins or @aaronm67.
Interested in helping out? We have added a section on the project page: http://bgrins.github.io/videoconverter.js#contributing.