diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-10-19 13:08:37 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2019-10-19 13:08:37 +0200 |
commit | 7056ddc0e0f1a55996add89e30f0f43054bc68f0 (patch) | |
tree | c8ef79b737a5a9e87fb770ec05d17b1f3bf5cd9d /doc/filters.texi | |
parent | ce5274c1385d55892a692998923802023526b765 (diff) | |
download | ffmpeg-7056ddc0e0f1a55996add89e30f0f43054bc68f0.tar.gz |
avfilter/vf_fieldhint: add support for duplicating fields
Fixes #7066
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index b105421aee..9b33df7571 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10121,6 +10121,8 @@ field and second number tells from which frame to pick up bottom field. If optionally followed by @code{+} output frame will be marked as interlaced, else if followed by @code{-} output frame will be marked as progressive, else it will be marked same as input frame. +If optionally followed by @code{t} output frame will use only top field, or in +case of @code{b} it will use only bottom field. If line starts with @code{#} or @code{;} that line is skipped. @item mode |