Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zvakanaka/vidslicer

Cut videos in the browser (uploading is for squares)
https://github.com/zvakanaka/vidslicer

editing ffmpeg video

Last synced: about 1 month ago
JSON representation

Cut videos in the browser (uploading is for squares)

Awesome Lists containing this project

README

        

Cut videos with FFmpeg in the browser.

## Licenses
`js/ffmpeg-worker-mp4.js` uses the LGPL version of FFmpeg compiled by [Kagami](https://github.com/Kagami/ffmpeg.js). Included libraries are x264 ([GPL License](https://git.videolan.org/?p=x264.git;a=blob;f=COPYING)) and LAME ([LGPL License](https://github.com/rbrito/lame/blob/origin/COPYING)). See Kagami's [LICENSE.MP4](https://github.com/Kagami/ffmpeg.js/blob/master/LICENSE.MP4) for the full text of software licenses used in this build.

`index.html` uses code based on [Paul Kinlan's Screenrecord demo](https://github.com/PaulKinlan/screenrecord) that shows how to load videos into the browser ([Apache 2.0 Licence](https://github.com/PaulKinlan/screenrecord/blob/master/LICENCE)).

The rest of this project is licensed under the [MIT License](LICENSE).