/montage-creator

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

Primary LanguageJavaScript

🎞 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