alx / video_concat

Concatenate mp4 video with random loops

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

video_concat

video_concat is a simple node js module to concat mp4 videos in a single file.

## Requirement

  • ffmpeg
  • nodejs
  • dependencies: npm install

## Usage

  • place your mp4 videos inside input folder
  • run: node video_concat.js
  • find output mp4 file inside output folder

About

Concatenate mp4 video with random loops


Languages

Language:JavaScript 100.0%