# videoconverter.js **Repository Path**: remotebridge_ffmpeg/videoconverter.js ## Basic Information - **Project Name**: videoconverter.js - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-20 - **Last Updated**: 2024-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #videoconverter.js videoconverter.js is a library that allows you to convert and manipulate videos inside of your web browser. This is achieved by converting the popular [FFmpeg](http://ffmpeg.org/) library into JavaScript, using [Emscripten](https://github.com/kripken/emscripten). It was originally conceived for a project called [Video Funhouse](http://nodeknockout.com/teams/devcomo) in Node Knockout 2013. ## Demo Want to jump straight to a demo? * The terminal demo is here: http://bgrins.github.io/videoconverter.js/demo * The Video Funhouse sample application is here: https://video-funhouse.herokuapp.com. ## Documentation and Build Instructions For more information about building and using the project, visit the project homepage at http://bgrins.github.io/videoconverter.js/. ## Questions and Comments Feel free to ping [@bgrins](https://twitter.com/bgrins) or [@aaronm67](https://twitter.com/aaronm67). ## Contributing Interested in helping out? We have added a section about contributing on the project page: http://bgrins.github.io/videoconverter.js#contributing.