Skip to content

Commit

Permalink
link FFmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrins committed Nov 15, 2013
1 parent 0b1ab3d commit 2688d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>About</h2>
The idea for the application was to try and convert any video file into another video format, while allowing filters to be applied to the video – <strong>all inside of the browser, without uploading anything</strong>. And to build it in a single weekend.
</p>
<p>
This is a huge task, and we knew that existing libraries like FFmpeg would do a great job. But, FFmpeg is not written in JavaScript. Luckily, there is a project called <a href="https://github.com/kripken/emscripten">Emscripten</a>, which is an LLVM to JavaScript compiler, so we were able to compile FFmpeg into JavaScript.
This is a huge task, and we knew that existing libraries like <a href="http://ffmpeg.org/">FFmpeg</a> would do a great job. But, FFmpeg is not written in JavaScript. Luckily, there is a project called <a href="https://github.com/kripken/emscripten">Emscripten</a>, which is an LLVM to JavaScript compiler, so we were able to compile FFmpeg into JavaScript.
</p>
<p>
Here is a video demonstrating the sample application we made with this library over the weekend:
Expand Down

0 comments on commit 2688d14

Please sign in to comment.