ffmpeg image zoom-in according to length of video for example, if i set length of video for two minutes. than it should continuously zoom out for two minutes,
i have already zoom-out command but i need this for Zoom-in
ffmpeg -loop 1 -i img.jpg -vf "zoompan=z='1.5-on/duration*0.2':d=325" -t 30 output.mp4