Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 486 Bytes

File metadata and controls

19 lines (11 loc) · 486 Bytes

video-merger

Below you can find instructions on how to use this project.

Installation

Use npm install to install the dependencies for this package.

Merging

Place a preroll video in the preroll folder. Place all videos you wish to add the preroll to in the input folder.

Your package.json has a start script that will do these things for you. So when you are ready you can simply run:

$ npm start

and your output videos will be placed in the output folder.