Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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)
- Host: GitHub
- URL: https://github.com/zvakanaka/vidslicer
- Owner: zvakanaka
- License: mit
- Created: 2019-01-05T04:37:58.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-05T01:36:00.000Z (almost 5 years ago)
- Last Synced: 2024-03-20T00:00:58.734Z (10 months ago)
- Topics: editing, ffmpeg, video
- Language: JavaScript
- Homepage: https://zvakanaka.github.io/vidslicer
- Size: 2.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
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).