diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-04-29 19:27:15 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-04-29 19:27:15 +0200 |
commit | c0f2abcc8d2acfc95e675a05303db958c3866b03 (patch) | |
tree | b9d58ba83908725666fbf9f4779e569e3e9fc3df /doc/filters.texi | |
parent | 6e95d80e6fae978f8a44afc24b0c5097a062719f (diff) | |
download | ffmpeg-c0f2abcc8d2acfc95e675a05303db958c3866b03.tar.gz |
avfilter/vf_mix: make setting weights more user friendly
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 249d88265c..f31747ebf5 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11177,7 +11177,9 @@ The number of inputs. If unspecified, it defaults to 2. @item weights Specify weight of each input video stream as sequence. -Each weight is separated by space. +Each weight is separated by space. If number of weights +is smaller than number of @var{frames} last specified +weight will be used for all remaining unset weights. @item scale Specify scale, if it is set it will be multiplied with sum @@ -15603,7 +15605,9 @@ The number of successive frames to mix. If unspecified, it defaults to 3. @item weights Specify weight of each input video frame. -Each weight is separated by space. +Each weight is separated by space. If number of weights is smaller than +number of @var{frames} last specified weight will be used for all remaining +unset weights. @item scale Specify scale, if it is set it will be multiplied with sum |