Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLimin Wang <lance.lmwang@gmail.com>2020-06-20 02:20:11 +0300
committerLimin Wang <lance.lmwang@gmail.com>2020-06-20 04:03:59 +0300
commit251434cb97ab9159bbcbad31f39c0fcbb9d1bdf5 (patch)
tree2c166772c52715743d0c4f028993dc820e0fe5aa /doc/encoders.texi
parent548ef7a12b565dff5dc418b378ec158a5566a127 (diff)
doc/encoders: fix the misleading usage of profile
users are getting mislead by the integer, although profile can support both const string and integer. http://ffmpeg.org/pipermail/ffmpeg-user/2020-June/049025.html Also fix the order of high and main, it's not my intention. Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
Diffstat (limited to 'doc/encoders.texi')
-rw-r--r--doc/encoders.texi6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/encoders.texi b/doc/encoders.texi
index 1331b79458..17a0f4c821 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2740,17 +2740,17 @@ MPEG-2 video encoder.
@subsection Options
@table @option
-@item profile @var{integer}
+@item profile
Select the mpeg2 profile to encode:
@table @samp
@item 422
-@item main
+@item high
@item ss
Spatially Scalable
@item snr
SNR Scalable
-@item high
+@item main
@item simple
@end table