E
E
Egor2016-12-29 22:11:43
JavaScript
Egor, 2016-12-29 22:11:43

What is the library to merge several videos into one?

Is there any library that allows you to take several videos and merge them into one? Preferably on node.js, if not, then advise an alternative to automate this process?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
ckr, 2016-12-31
@ckr

cp.execSync('ffmpeg -i concat:"input1.mp4|input2.mp4" output.mp4')

D
Dmitry, 2016-12-30
@Cryden

https://www.npmjs.com/package/video-stitch try this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question