diff options
author | Paul B Mahol <onemda@gmail.com> | 2019-12-31 12:00:30 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-01-11 19:05:17 +0100 |
commit | 1a7f4a122e419f108bb31d4abc75045bfdc29319 (patch) | |
tree | 21a33e08af614240b7512c91126f65946bfe7975 /doc/filters.texi | |
parent | 6a1bf8634acdd7112979b7e5ae6684e4acaf3339 (diff) | |
download | ffmpeg-1a7f4a122e419f108bb31d4abc75045bfdc29319.tar.gz |
avfilter: add freezeframes video filter
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index a2f862e85f..d51fc4d9e0 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -11219,6 +11219,25 @@ specified value) or as a difference ratio between 0 and 1. Default is -60dB, or Set freeze duration until notification (default is 2 seconds). @end table +@section freezeframes + +Freeze video frames. + +This filter freezes video frames using frame from 2nd input. + +The filter accepts the following options: + +@table @option +@item first +Set number of first frame from which to start freeze. + +@item last +Set number of last frame from which to end freeze. + +@item replace +Set number of frame from 2nd input which will be used instead of replaced frames. +@end table + @anchor{frei0r} @section frei0r |