summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-04 22:14:44 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-04 22:14:44 +0000
commit5d58d4a310b1ce9d4b19c1ebe52be8d0cbc6588b (patch)
tree1bfe1af4f2a4a403208d6f339d2b9ff23e2e7e1f /DOCS/man/en
parente704821b759999057a9c7b1a8d7601fde3023ff1 (diff)
downloadmpv-5d58d4a310b1ce9d4b19c1ebe52be8d0cbc6588b.tar.bz2
mpv-5d58d4a310b1ce9d4b19c1ebe52be8d0cbc6588b.tar.xz
updated documentation of -mpegopts :tele*
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21503 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.112
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index c240d95326..fbc7a9c80d 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -9710,9 +9710,9 @@ This option will be ignored if used with the telecine option.
.TP
.B telecine
Enables 3:2 pulldown soft telecine mode: The muxer will make the
-video stream look like it was encoded at 30000/1001 or 30 fps.
+video stream look like it was encoded at 30000/1001.
It only works with MPEG-2 video when the output framerate,
-converted with \-ofps, is either 24000/1001 or 24 fps.
+eventually converted with \-ofps, is 24000/1001fps.
Any other framerate is incompatible with this option.
.
.TP
@@ -9720,7 +9720,7 @@ Any other framerate is incompatible with this option.
Enables FILM to PAL and NTSC to PAL soft telecine mode: The muxer
will make the video stream look like it was encoded at 25 fps.
It only works with MPEG-2 video when the output framerate,
-converted with \-ofps, is either 24000/1001 or 24 fps.
+eventually converted with \-ofps, is 24000/1001 fps.
Any other framerate is incompatible with this option.
.
.TP
@@ -9728,10 +9728,10 @@ Any other framerate is incompatible with this option.
Enables arbitrary telecining using Donand Graft's DGPulldown code.
You need to specify the original and the desired framerate and the
muxer will make the video stream look like it was encoded at
-<tele_dest> frames per second.
+<tele_dest> frames per second, patching the nominal output framerate.
It only works with MPEG-2 video when the input framerate is smaller
-than the output framerate.
-Example of PAL to NTSC telecining: tele_src=25,tele_dest=30000/1001.
+than the output framerate and the framerate increase is <= 1.5.
+Example of PAL to NTSC telecining: tele_src=25:tele_dest=30000/1001.
.
.TP
.B vbuf_size=<40\-1024>