transitive-bullshit / ffmpeg-concat

Concats a list of videos together using ffmpeg with sexy OpenGL transitions.
865 stars 113 forks source link

I have tried to use two transition between three videos #64

Open javeedrahman opened 4 years ago

javeedrahman commented 4 years ago

Hi, I have three videos i would like to use two transition between the videos i have used following commands.

ffmpeg-concat -t circleopen -d 750 -t circlewrap -d 750 -o output1.mp4 sam1_1920.mp4 sam3_1920.mp4 sam4_1920.mp4

But i am getting only the last transition apllied for all the videos. Could you please share the exact command where i can use the multiple transition.

SUYEgit commented 3 years ago

+1

RoyZhDec commented 3 years ago

You can write a .js file, and then use "node xxx.js" to generate your output.mp4