[FFmpeg-cvslog] doc/encoders: Add missing options to VAAPI encoders

Mark Thompson git at videolan.org
Sun Sep 23 18:47:35 EEST 2018


ffmpeg | branch: master | Mark Thompson <sw at jkqxz.net> | Tue Sep 18 23:30:51 2018 +0100| [c2e2b04df330313bacacdf9671c68a9689c88cfe] | committer: Mark Thompson

doc/encoders: Add missing options to VAAPI encoders

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2e2b04df330313bacacdf9671c68a9689c88cfe
---

 doc/encoders.texi | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/doc/encoders.texi b/doc/encoders.texi
index 4133bc15ee..5ddf1f303a 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).



More information about the ffmpeg-cvslog mailing list