Website that automates videoclips editing with only a few clicks
👉Check it out: https://clip-maker.vercel.app/👉DEVLOG: https://youtu.be/GwiFs2uyXtg
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.
- 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
- Clone this repo running on your terminal
git clone https://github.com/Gust4voSales/ClipMaker.git
- Inside the project folder run
yarn
to install all dependencies - Then run
yarn dev
to run in development mode