summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2020-05-30 21:25:32 +0800
committerLimin Wang <lance.lmwang@gmail.com>2020-06-01 07:05:32 +0800
commitdd76226842f268c7f85a125da1834e3af2413be4 (patch)
tree0d59f4c52a8f7354961057049564a60644404bef /doc/encoders.texi
parentb8d6d9376c4745de3b85c6a2a1faf7a0e0a19879 (diff)
avcodec/mpeg12enc: support mpeg2 encoder const profile
Reviewed-by: Marton Balint <cus@passwd.hu> Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi14
1 files changed, 14 insertions, 0 deletions
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.