[FFmpeg-devel] [PATCH v3 21/41] doc/encoders: Add missing options to VAAPI encoders
Mark Thompson
sw at jkqxz.net
Thu Aug 23 02:44:54 EEST 2018
---
doc/encoders.texi | 24 ++++++++++++++++++++++++
1 file changed, 24 insertions(+)
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 861f9f4f1f..b451142cfb 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2631,12 +2631,36 @@ Use CABAC.
@item cavlc
Use CAVLC.
@end table
+
+ at item aud
+Include access unit delimiters in the stream (not included by default).
+
+ at item sei
+Set SEI message types to include.
+Some combination of the following values:
+ at table @samp
+ at item identifier
+Include a @emph{user_data_unregistered} message containing information about
+the encoder.
+ at item timing
+Include picture timing parameters (@emph{buffering_period} and
+ at emph{pic_timing} messages).
+ at item recovery_point
+Include recovery points where appropriate (@emph{recovery_point} messages).
+ at 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.
+ at table @option
+ at item aud
+Include access unit delimiters in the stream (not included by default).
+
+ at 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).
--
2.18.0
More information about the ffmpeg-devel
mailing list