diff options
author | Tobias Rapp <t.rapp@noa-archive.com> | 2016-02-11 13:35:21 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-02-11 13:50:46 +0100 |
commit | 202f97872891071a24bc383ac07dd7e233ee4343 (patch) | |
tree | d82b0fa3b9fe95b9a027ffc76f0e62273a3010a1 /doc/filters.texi | |
parent | 8b99c5e8daf27c8198df4061eef0ac8b193e1b73 (diff) | |
download | ffmpeg-202f97872891071a24bc383ac07dd7e233ee4343.tar.gz |
avfilter/f_metadata: add support for file output
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 6c5003f207..8f4dcea111 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -8526,6 +8526,12 @@ Float representation of @code{value} from metadata key. @item VALUE2 Float representation of @code{value} as supplied by user in @code{value} option. @end table + +@item file +If specified in @code{print} mode, output is written to the named file. When +filename equals "-" data is written to standard output. +If @code{file} option is not set, output is written to the log with AV_LOG_INFO +loglevel. @end table @subsection Examples |