X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fencoders.texi;h=2781574a6a76e932d8157acd76da77760805aadf;hb=40c9d43086890df11389ceefd88f517471e41202;hp=70d5c68bbec713bbf49e2df3a99345d3e3ab056b;hpb=37cf695af0ae8d418c4cfad9f997f1874563b603;p=ffmpeg diff --git a/doc/encoders.texi b/doc/encoders.texi index 70d5c68bbec..2781574a6a7 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.