Zooming animation in FFMPEG
问题 I need to make a zooming animation for a video input. Making a panning animation is possible with the crop filter with something like this: "crop=320:240:max(0\\,min(iw-ow\\,n)):0" Where the first two parameters, width and height, are fixed, and the second two parameters, accept frame number n or timestamp t as expression parameters. But width and height are evaluated only once (and cannot use n or t ), so I cannot crop a size in function of time and then apply a scale filter to the original