summaryrefslogtreecommitdiff
path: root/doc/encoders.texi
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2020-08-02 21:07:04 +0800
committerLimin Wang <lance.lmwang@gmail.com>2020-08-14 22:48:05 +0800
commitad49dd7694a504d8f205b1a6a9e5347354be12d0 (patch)
tree907ed41eaa0e6c176194eb704a2292e760a5cddc /doc/encoders.texi
parent9f702fc8f47477d8b57cf4fc2d6e3577c1ba4fa0 (diff)
avcodec/mpeg12enc: support mpeg2 encoder const level
Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index de0472e225..13aa5dee41 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2902,6 +2902,16 @@ SNR Scalable
@item simple
@end table
+@item level
+Select the mpeg2 level to encode:
+
+@table @samp
+@item high
+@item high1440
+@item main
+@item low
+@end table
+
@item seq_disp_ext @var{integer}
Specifies if the encoder should write a sequence_display_extension to the
output.