summaryrefslogtreecommitdiffstats
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-09-18 23:30:51 +0100
committerMark Thompson <sw@jkqxz.net>2018-09-23 14:42:34 +0100
commitc2e2b04df330313bacacdf9671c68a9689c88cfe (patch)
tree6deade0536d19ef12e41faae8d4c9c47083cd6be /doc/encoders.texi
parent91534786faf8a5b54a3f532a3338e5fac40f3e2d (diff)
downloadffmpeg-streaming-c2e2b04df330313bacacdf9671c68a9689c88cfe.zip
ffmpeg-streaming-c2e2b04df330313bacacdf9671c68a9689c88cfe.tar.gz
doc/encoders: Add missing options to VAAPI encoders
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 4133bc1..5ddf1f3 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2631,12 +2631,36 @@ Use CABAC.
@item cavlc
Use CAVLC.
@end table
+
+@item aud
+Include access unit delimiters in the stream (not included by default).
+
+@item sei
+Set SEI message types to include.
+Some combination of the following values:
+@table @samp
+@item identifier
+Include a @emph{user_data_unregistered} message containing information about
+the encoder.
+@item timing
+Include picture timing parameters (@emph{buffering_period} and
+@emph{pic_timing} messages).
+@item recovery_point
+Include recovery points where appropriate (@emph{recovery_point} messages).
+@end table
+
@end table
@item hevc_vaapi
@option{profile} and @option{level} set the values of
@emph{general_profile_idc} and @emph{general_level_idc} respectively.
+@table @option
+@item aud
+Include access unit delimiters in the stream (not included by default).
+
+@end table
+
@item mjpeg_vaapi
Always encodes using the standard quantisation and huffman tables -
@option{global_quality} scales the standard quantisation table (range 1-100).
OpenPOWER on IntegriCloud