JChris246 / montage-creator

Create a preview of a video in the form of short video clip or a montage image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

🎞 Montage Creator

Create a preview of a video in the form of short video clip or a montage image

image image

πŸš€ Getting Started

  1. ffmpeg and ffprobe are required for this project. Add the path to the executables for these in the next step.

  2. Copy the .env.sample file to a .env.local file and fill the appropriate values for your environment

  3. Make sure you have all the necessary dependencies:

    npm install

  4. Run the project in development mode using:

    npm run dev

The app should be accessible in the browser at http://localhost:3000

About

Create a preview of a video in the form of short video clip or a montage image


Languages

Language:JavaScript 98.8%Language:CSS 1.2%