V
V
Veritas232020-01-15 23:33:03
Video
Veritas23, 2020-01-15 23:33:03

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

1 answer(s)
E
egor_nullptr, 2020-01-16
@Veritas23

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 question

Ask a Question

731 491 924 answers to any question