summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-04 07:50:55 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-03-04 07:50:55 +0000
commitad602d546237e85e89d80bcf920368be3a4229e7 (patch)
tree925a494c1e4d0d3289e5b9c5df9194f2902c5d5f /DOCS
parentea27baf5a39dc08dbd8b710ffbb86a450ad8d003 (diff)
downloadmpv-ad602d546237e85e89d80bcf920368be3a4229e7.tar.bz2
mpv-ad602d546237e85e89d80bcf920368be3a4229e7.tar.xz
restrictions on muxer's telecine option
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@14916 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-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.
.
.
.\" --------------------------------------------------------------------------