In this tutorial, we will learn to use video transitions to concat two videos with the FFmpeg command.
**Prerequisite to use GL transitions:
1) ffmpeg to be installed.
2) Node js must be installed.
3) ffmpeg-concat module required
Let’s get started:
Step 1: Node.js Installation tutorial:
link: https://youtu.be/fk8gVu8PJXM
Step 2: Now we will install ffmpeg-concat module through npm:
Command to run in cmd:
npm install –save ffmpeg-concat
GL transitions list:
1) fade
2) fadegrayscale
3) circleopen
4) directionalwarp
5) directionalwipe
6) crosswarp
7) crosszoom
8) dreamy
9) squareswire
10)angular
11)radial
12)cube
13)swap
Step 3: Using ffmpeg command to use a transition to concat two videos:
ffmpeg-concat -t angular -d 5000 -o output.mp4 file1.mp4 file2.mp4
Important Note:
The output video’s size and fps are determined by the first input video.
If you enjoyed this video tutorial and found it helpful, please consider giving it a thumbs up (like) 👍 and hitting that subscribe button ✅ if you haven’t already.