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.
Смотрите видео using ffmpeg to morph images (minterpolate) онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь A Forum 19 Сентябрь 2022, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 1,593 раз и оно понравилось 42 людям.