Need to create images slideshow like here: https://animeshnanda.wordpress.com/2010/12/14/how-to-make-a-slideshow-using-mlt-framework/
But i need also to add small videos between images.
melt 10.MOV \
11.MOV -mix 13 -mixer luma \
12.JPG -mix 13 -mixer luma -attach affine duration=4 transition.cycle=225 transition.geometry="0=0,0:100%x100%;74=-100,-100:120%x120%;75=-60,-60:110%x110%;149=0:0:110%x110%;150=0,-60:110%x110%;224=-60,0:110%x110%"
13.MOV -mix 13 -mixer luma \
-track music.mp3"
The problem is that image doesn't have transition and image duration lasts 4-5 minutes instead 4 seconds.