summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-09 18:15:16 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-03-09 18:15:16 +0000
commitadc47d34a7e87ad01271040b539b74ffc4e0e1f4 (patch)
tree290e8545370b83db4cd1524e91a6066dad258cb1 /DOCS
parent31d236392673168bbe75382306a725b73d86a9f4 (diff)
downloadmpv-adc47d34a7e87ad01271040b539b74ffc4e0e1f4.tar.bz2
mpv-adc47d34a7e87ad01271040b539b74ffc4e0e1f4.tar.xz
new version of the de-telecine filter, largely rewritten. should work
much better. please report if there are any cases where the old one worked better. the docs could also use some nicer formatting... git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9555 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/mplayer.128
1 files changed, 24 insertions, 4 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index 302a2aa091..4b69fdbcf5 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -2181,10 +2181,30 @@ Extracts a single field from interlaced image using stride arithmetic
to avoid wasting cpu time. The optional argument n specifies whether
to extract the even or the odd field (depending on whether n is even
or odd).
-.IPs "detc"
-Experimental filter for reversing telecine process to get clean
-progressive frames. Not yet configurable and likely to change behavior
-in the future.
+.IPs "detc[=var1=value2:var2=value2:...]"
+Attempts to reverse the "telecine" process to recover a clean,
+non-interlaced stream at film framerate. This filter is still
+experimental but seems to be usable. The following arguments (see
+syntax above) may be used to control its behavior:
+.RSss
+dr: Set the frame dropping mode. 0 (default) means don't drop frames
+to maintain fixed output framerate. 1 means always drop a frame when
+there have been no drops or telecine merges in the past 5 frames. 2
+means always maintain exact 5:4 input to output frame ratio. (Note:
+use mode 1 with mencoder!)
+.br
+am: Analysis mode. Available values are 0 (fixed pattern with initial
+frame number specified by fr=#) and 1 (agressive search for telecine
+pattern). Default is 1.
+.br
+fr: Set initial frame number in sequence. 0-2 are the three clean
+progressive frames; 3 and 4 are the two interlaced frames. The
+default, -1, means "not in telecine sequence". The number specified
+here is the type for the imaginary previous frame before the movie
+starts.
+.br
+tr0, tr1, tr2, tr3: Threshold values to be used in certain modes.
+.REss
.IPs "telecine[=start]"
Apply 3:2 "telecine" process to increase framerate by 20%. This most
likely will not work correctly with mplayer, but it can be used with