diff options
author | Zhao Zhili <zhilizhao@tencent.com> | 2023-12-13 11:46:48 +0800 |
---|---|---|
committer | Zhao Zhili <zhilizhao@tencent.com> | 2023-12-28 21:22:54 +0800 |
commit | 56ca0f29181a9c61240286d0ab8da0cc1961ba25 (patch) | |
tree | 67cafdd43af5596b6e0385c8847a26f6e8541c18 /doc/filters.texi | |
parent | fb54c89a0df3d63198678b17d64aef4dbb599109 (diff) | |
download | ffmpeg-56ca0f29181a9c61240286d0ab8da0cc1961ba25.tar.gz |
avfilter/vf_showinfo: add udu_sei_as_ascii option
Some encoders (e.g., libx264) dump encoder configuration as user
data unregistered SEI message. This option try to print it as
ascii character when possible.
Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
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 1d1634bf06..755527ced2 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -21796,6 +21796,10 @@ This filter supports the following options: @table @option @item checksum Calculate checksums of each plane. By default enabled. + +@item udu_sei_as_ascii +Try to print user data unregistered SEI as ascii character when possible, +in hex format otherwise. @end table The shown line contains a sequence of key/value pairs of the form |