diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-12-02 19:58:39 +0100 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-12-04 19:06:22 +0100 |
commit | 0444733b78c075e480fd6061e461855e75910771 (patch) | |
tree | 9bbf00083675d58ade76646f40f3f1547bdee808 /doc/filters.texi | |
parent | 83ddedbbf281ae299270541529540773e273e5b0 (diff) | |
download | ffmpeg-0444733b78c075e480fd6061e461855e75910771.tar.gz |
lavfi/drawtext: add the reload option.
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index cf920bfbd4..f74551725a 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -1935,6 +1935,10 @@ parameter @var{text}. If both @var{text} and @var{textfile} are specified, an error is thrown. +@item reload +If set to 1, the @var{textfile} will be reloaded before each frame. +Be sure to update it atomically, or it may be read partially, or even fail. + @item x, y The expressions which specify the offsets where text will be drawn within the video frame. They are relative to the top/left border of the |