diff options
author | Marton Balint | 2014-06-14 17:07:28 +0200 |
---|---|---|
committer | Michael Niedermayer | 2014-06-14 19:45:53 +0200 |
commit | 9236f7b5a23b4907f7b2bf6346ecd88e6d76f1e0 (patch) | |
tree | 37b806df51af88fb3d1a4a4db2e72640bac7dee2 /doc/encoders.texi | |
parent | 66f4891e6422ada894dccdd63bc4464d634d9e61 (diff) |
mpeg12enc: add seq_disp_ext option for deciding when to write a sequence_display_extension
Signed-off-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r-- | doc/encoders.texi | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi index 70d5c68bbe..2781574a6a 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2042,6 +2042,30 @@ fastest. @end table +@section mpeg2 + +MPEG-2 video encoder. + +@subsection Options + +@table @option +@item seq_disp_ext @var{integer} +Specifies if the encoder should write a sequence_display_extension to the +output. +@table @option +@item -1 +@itemx auto +Decide automatically to write it or not (this is the default) by checking if +the data to be written is different from the default or unspecified values. +@item 0 +@itemx never +Never write it. +@item 1 +@itemx always +Always write it. +@end table +@end table + @section png PNG image encoder. |