[FFmpeg-user] How to add zoom in effect to a video?

Carl Eugen Hoyos cehoyos at ag.or.at
Mon Feb 9 10:42:47 CET 2015


Alfredo Aiello <stuzzo <at> gmail.com> writes:

> ffmpeg -i small.mp4 
> -vf "zoompan=z='min(zoom+0.0015,1.5)':d=125:s=640x360"

Does it make a difference if you insert the scale filter?
-vf "scale=640x360,zoompan=z='min(zoom+0.0015,1.5)':d=125:s=640x360"

Carl Eugen



More information about the ffmpeg-user mailing list