[FFmpeg-cvslog] doc/filter: add some loop filter trivial examples

Paul B Mahol git at videolan.org
Thu Nov 1 14:52:31 EET 2018


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Nov  1 13:50:51 2018 +0100| [d98fb558be9c53ed6f34c21a59dc27a090153c1d] | committer: Paul B Mahol

doc/filter: add some loop filter trivial examples

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

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

diff --git a/doc/filters.texi b/doc/filters.texi
index 200af0d2d1..4345a4931b 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11379,6 +11379,28 @@ Set maximal size in number of frames. Default is 0.
 Set first frame of loop. Default is 0.
 @end table
 
+ at subsection Examples
+
+ at itemize
+ at item
+Loop single first frame infinitely:
+ at example
+loop=loop=-1:size=1:start=0
+ at end example
+
+ at item
+Loop single first frame 10 times:
+ at example
+loop=loop=10:size=1:start=0
+ at end example
+
+ at item
+Loop 10 first frames 5 times:
+ at example
+loop=loop=5:size=10:start=0
+ at end example
+ at end itemize
+
 @section lut1d
 
 Apply a 1D LUT to an input video.



More information about the ffmpeg-cvslog mailing list