I am using FFMPEG for giving effects to video.
I tried to give effect to video using below commands.
ffmpeg -i Input1.mp4 -i Input2.mp4 -filter_complex xfade=transition=circleopen:duration=5:offset=0 OutPutVideo.mp4
My command runs fine but output video is not running even in VLC media player.
I got these commands from location: https://ottverse.com/crossfade-between-videos-ffmpeg-xfade-filter/
My videos are at location: https://drive.google.com/drive/folders/1SLsrRUjyGH3eM7Oe3cptU_YPkga7EoCO?usp=sharing
Please advise what is the issue?
Kind Regards,