Hi,
yes, the scale filter avoid the shaky effect when I have an input image, but with an input video, problem is the same.

I red your suggest in this ticket https://trac.ffmpeg.org/ticket/4298.
In a comment, slhck suggests to use ffplay instead.


On 02/09/2015 10:42 AM, Carl Eugen Hoyos wrote:
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

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

_______________________________________________
ffmpeg-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to