[FFmpeg-cvslog] doc/filters: add yet another zoompan usage example

Paul B Mahol git at videolan.org
Mon Aug 15 11:00:13 EEST 2016


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Mon Aug 15 09:59:40 2016 +0200| [4899953a479f16f7ef277a0e4687467891ff09d2] | committer: Paul B Mahol

doc/filters: add yet another zoompan usage example

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4899953a479f16f7ef277a0e4687467891ff09d2
---

 doc/filters.texi | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/doc/filters.texi b/doc/filters.texi
index 3a9e251..c595fed 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
+
+ at item
+Same as above but without pausing:
+ at 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)'
+ at end example
 @end itemize
 
 @section zscale



More information about the ffmpeg-cvslog mailing list