using ffmpeg to morph images (minterpolate)

Published: 19 September 2022
on channel: A Forum
1,593
42

link to github https://github.com/afrum/my_ffmpeg/bl...
heres a link to the documentation:
https://ffmpeg.org/ffmpeg-all.html#mi...

heres a helpful question and answer I found:
https://stackoverflow.com/questions/7...

the commands I used. (I used low fps because my computer crashed when I used 24 fps, try with the lower fps first, if you have a good computer you can go higher)

first I wanted to combine a number of images into a single video:
cat *.png | ffmpeg -framerate .5 -f image2pipe -i - input.mp4

I use the video I just created called input.mp4 for the minterpotaltion command:
ffmpeg -i input.mp4 -vf minterpolate=fps=6 output.mp4

this command below is for a blend effect:
ffmpeg -i input.mp4 -vf minterpolate=fps=4:mi_mode=blend blend-minterpolate.mp4

have a nice day.


Watch video using ffmpeg to morph images (minterpolate) online without registration, duration hours minute second in high quality. This video was added by user A Forum 19 September 2022, don't forget to share it with your friends and acquaintances, it has been viewed on our site 1,593 once and liked it 42 people.