diff options
author | Mark Thompson <sw@jkqxz.net> | 2018-09-18 23:31:06 +0100 |
---|---|---|
committer | Mark Thompson <sw@jkqxz.net> | 2018-09-23 14:42:34 +0100 |
commit | d5451a9b07f79dd84c8376519712866581fbf029 (patch) | |
tree | 323e15777b6d16668b12ce6b7432a330717c3bf0 /doc | |
parent | bfc4d0f6e475227dcf13d6f9d8f5832b288ac243 (diff) | |
download | ffmpeg-d5451a9b07f79dd84c8376519712866581fbf029.tar.gz |
doc/encoders: Document -sei option to hevc_vaapi
Diffstat (limited to 'doc')
-rw-r--r-- | doc/encoders.texi | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index cfb2cedf34..8d184f72f8 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2663,6 +2663,16 @@ Include access unit delimiters in the stream (not included by default). Set @emph{general_tier_flag}. This may affect the level chosen for the stream if it is not explicitly specified. +@item sei +Set SEI message types to include. +Some combination of the following values: +@table @samp +@item hdr +Include HDR metadata if the input frames have it +(@emph{mastering_display_colour_volume} and @emph{content_light_level} +messages). +@end table + @end table @item mjpeg_vaapi |