diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-04-05 13:49:20 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-04-12 00:09:19 +0200 |
commit | ed2c827575a665ca29a0cbb0b3393d0621f28424 (patch) | |
tree | fa10b05b2c6a1d5a70abfdb0b2abbdbf9d23851d /doc/filters.texi | |
parent | a77454ec145b53f97260c605f9ce87842b9070b4 (diff) | |
download | ffmpeg-ed2c827575a665ca29a0cbb0b3393d0621f28424.tar.gz |
lavfi/overlay: add repeatlast option
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index d3777efc4f..efb3adce80 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -4315,6 +4315,11 @@ Default value is @samp{yuv420}. If set to 1, force the filter to accept inputs in the RGB color space. Default value is 0. This option is deprecated, use @option{format} instead. + +@item repeatlast +If set to 1, force the filter to draw the last overlay frame over the +main input until the end of the stream. A value of 0 disables this +behavior, which is enabled by default. @end table The @option{x}, @option{y}, and @option{enable} expressions can |