Skip to content

Website that automates videoclips editing with only a few clicks

Notifications You must be signed in to change notification settings

Gust4voSales/ClipMaker

Repository files navigation

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