summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/man/en/mplayer.16
1 files changed, 4 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index ca34ecbe2b..a7432fe3bc 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -7963,13 +7963,15 @@ Sets the video bitrate in kbit/s for MPEG-1/2 video.
.
.TP
.B vframerate=<23.976 | 24 | 25 | 29.97 | 30 | 50 | 59.94 | 60 >
-Sets the framerate for MPEG-1/2 video.
+Sets the framerate for MPEG-1/2 video. This option will be ignored if used with
+option telecine.
.
.TP
.B telecine
Enables soft telecine mode: the muxer will trick the video stream so as
to make it look like encoded at 29.97 or 30 fps; it only works with MPEG-2
-video when framerate is either 23.976 or 24 fps.
+video when the output framerate, eventually converted with -ofps, is either
+23.976 or 24 fps. Any other framerate is incompatible with this option.
.
.
.\" --------------------------------------------------------------------------