/ClipMaker

Website that automates videoclips editing with only a few clicks

Primary LanguageTypeScript

ClipMaker

Website that automates videoclips editing with only a few clicks

πŸ‘‰Check it out: https://clip-maker.vercel.app/

πŸ‘‰DEVLOG: https://youtu.be/GwiFs2uyXtg

πŸ“œ About

The user uploads a video and an audio, sets the duration of the clip, optionally selects a filter (old movie, hearts, rain falling etc) and a color filter. That's it, the rest is up to the ClipMaker, which is going to edit a videoclip with random cuts (and transitions in-between) from the uploaded video and with all the other settings set previously.

πŸ’» Techs

  • Typescript β€” A strongly typed programming language that builds on JavaScript
  • NextJS β€” React's framework
  • ffmpeg-wasm β€” A pure Webassembly / Javascript port of FFmpeg
  • styled-components β€” CSS-in-JS tool

πŸ›  Getting started

  1. Clone this repo running on your terminal git clone https://github.com/Gust4voSales/ClipMaker.git
  2. Inside the project folder run yarn to install all dependencies
  3. Then run yarn dev to run in development mode

πŸ”— Other links