diff --git a/doc/filters.texi b/doc/filters.texi index 3a9e251e000bcbebba2cac423d60b36f57f4c0f8..c595feda5a528fa5bc8eddaad953d4c18cca15be 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -13973,6 +13973,12 @@ Zoom-in up to 1.5 and pan always at center of picture: @example zoompan=z='min(zoom+0.0015,1.5)':d=700:x='iw/2-(iw/zoom/2)':y='ih/2-(ih/zoom/2)' @end example + +@item +Same as above but without pausing: +@example +zoompan=z='min(max(zoom,pzoom)+0.0015,1.5)':d=1:x='iw/2-(iw/zoom/2)':y='ih/2-(ih/zoom/2)' +@end example @end itemize @section zscale