I want to merge 2 videos so that video one is in the top square of the screen and video 2 is in the bottom square.
Do you know what API/node repository or if n8n can do it?
I want to merge 2 videos so that video one is in the top square of the screen and video 2 is in the bottom square.
Do you know what API/node repository or if n8n can do it?
Hey @artick,
I don’t have any personal recommendations for this one but you should be able to use most services that have an API. I have done a quick search and have found Merge videos using the editing API — Shotstack which looks like it would do it.
I think if I was to do it I would maybe use a command line option like ffmpeg (Concatenate – FFmpeg) but this is going to come down to what you are comfortable using.