Answer the question
In order to leave comments, you need to log in
What free program can make a video from a photo?
What free program can make a video from a photo? Interested in the effect of increasing or decreasing a photo, a short gif or mp4
Answer the question
In order to leave comments, you need to log in
ffmpeg, but this path is not for the faint of heart, the commands will look something like this
ffmpeg -y -loop 1 -i bgimage.png -ss 0 -t 5 -r 1 -loop 1 -i front.png -ss 0 -t 5 \
-filter_complex \
" [1:v] scale=w=1920:h=1080 [fg]; scale=w=-2:h=3*1080 , crop=w=3*1920:h=3*1080, \
zoompan=z=min(max(zoom\,pzoom)+0.0008\,1.1):d=1:x='iw/2-(iw/zoom/2)':y='ih/2-(ih/zoom/2)':s=1920x1080, \
setsar=1 [bg]; [bg][fg]overlay=shortest=1[v] " -map "[v]" \
-c:v h264 -crf 18 -preset veryfast zoom_in.mp4
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question