UNPKG

video-stitch

Version:

Stitches video clips on top of another clip using ffmpeg

6 lines (5 loc) 130 B
module.exports = { concat: require('./lib/videoconcat'), cut: require('./lib/videocut'), merge: require('./lib/videomerge') };