summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2017-04-22 13:07:33 +0200
committerPaul B Mahol <onemda@gmail.com>2017-04-22 13:18:59 +0200
commit01729f77dd2a34d023d422e5d593861e864cf3de (patch)
treed56beb51126129e8b9d5badf2590e0b513850890 /doc
parent49255370044cf4a58c81a88cb8206aee62086346 (diff)
avfilter: add doubleweave filter
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 36efc3369a..ac32995dea 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -14659,12 +14659,15 @@ Default is digital.
Set background opacity.
@end table
-@section weave
+@section weave, doubleweave
The @code{weave} takes a field-based video input and join
each two sequential fields into single frame, producing a new double
height clip with half the frame rate and half the frame count.
+The @code{doubleweave} works same as @code{weave} but without
+halving frame rate and frame count.
+
It accepts the following option:
@table @option