
In this tutorial, you will learn about the FFMPEG command to apply the circle crop transition effect between multiple videos using xfade filter in the terminal. First, I’ll give you an overview of the syntax/format of the command then we will look at the actual FFMPEG command and execute it.
ffmpeg \ -i video1.mp4 \ -i video2.mp4 \ -filter_complex xfade=transition=<FADE_TYPE>:\ duration=<TRANSITION_DURATION_IN_SECONDS>:\ offset=<OFFSET_RELATIVE_TO_FIRST_STREAM_IN_SECONDS> \ outputVideo.mp4
Here video1.mp4 is the first video and video2.mp4 is the second video
And in place of duration you can replace how much seconds you need to put of transition time
And in place of offset you need to replace the offset time in seconds
And then in place of fade_type you can replace many effects that xfade supports. They are listed are as follows
circle crop filter :-> One such filter is circle crop transition filter. The command will look something like this
ffmpeg -i inputVideo1.mp4 -i inputVideo2.mp4 -filter_complex xfade=transition=circlecrop:duration=5:offset=0 circlecropVideo.mp4
Google Chrome has dominated web browsing for over a decade with 71.77% global market share.…
Perplexity just made its AI-powered browser, Comet, completely free for everyone on October 2, 2025.…
You've probably heard about ChatGPT Atlas, OpenAI's new AI-powered browser that launched on October 21,…
Perplexity Comet became free for everyone on October 2, 2025, bringing research-focused AI browsing to…
ChatGPT Atlas launched on October 21, 2025, but it's only available on macOS. If you're…
Two AI browsers just entered the ring in October 2025, and they're both fighting for…