From dd76226842f268c7f85a125da1834e3af2413be4 Mon Sep 17 00:00:00 2001 From: Limin Wang Date: Sat, 30 May 2020 21:25:32 +0800 Subject: avcodec/mpeg12enc: support mpeg2 encoder const profile Reviewed-by: Marton Balint Signed-off-by: Limin Wang --- doc/encoders.texi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'doc/encoders.texi') diff --git a/doc/encoders.texi b/doc/encoders.texi index 954f0f6fe3..1331b79458 100644 --- a/doc/encoders.texi +++ b/doc/encoders.texi @@ -2740,6 +2740,20 @@ MPEG-2 video encoder. @subsection Options @table @option +@item profile @var{integer} +Select the mpeg2 profile to encode: + +@table @samp +@item 422 +@item main +@item ss +Spatially Scalable +@item snr +SNR Scalable +@item high +@item simple +@end table + @item seq_disp_ext @var{integer} Specifies if the encoder should write a sequence_display_extension to the output. -- cgit v1.2.3