[FFmpeg-cvslog] doc/filters: add weave example

Paul B Mahol git at videolan.org
Fri Sep 2 19:32:06 EEST 2016


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Sep  2 18:30:07 2016 +0200| [5dcd913ab51f8ec96e01ef4cc651727b96dd6780] | committer: Paul B Mahol

doc/filters: add weave example

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

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

diff --git a/doc/filters.texi b/doc/filters.texi
index df6f997..c12b093 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -11824,6 +11824,7 @@ selectivecolor=psfile=MySelectiveColorPresets/Misty.asv
 @end example
 @end itemize
 
+ at anchor{separatefields}
 @section separatefields
 
 The @code{separatefields} takes a frame-based video input and splits
@@ -14125,6 +14126,16 @@ Set the frame as bottom-field-first.
 @end table
 @end table
 
+ at subsection Examples
+
+ at itemize
+ at item
+Interlace video using @code{select} and @code{separatefields} filter:
+ at example
+separatefields,select=eq(mod(n,4),0)+eq(mod(n,4),3),weave
+ at end example
+ at end itemize
+
 @section xbr
 Apply the xBR high-quality magnification filter which is designed for pixel
 art. It follows a set of edge-detection rules, see
@@ -16009,6 +16020,7 @@ Time limit for the pauses. Any pause longer than that will be considered
 a timestamp discontinuity and reset the timer. Default is 2 seconds.
 @end table
 
+ at anchor{select}
 @section select, aselect
 
 Select frames to pass in output.



More information about the ffmpeg-cvslog mailing list