mirror of
https://github.com/mpv-player/mpv
synced 2025-01-30 19:52:14 +00:00
document detc and telecine filters
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9470 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7f713d63bf
commit
ded01a9a5b
@ -2182,6 +2182,17 @@ 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 "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
|
||||
"mencoder -fps 29.97 -ofps 29.97 -vop telecine". Both fps options are
|
||||
essential! (A/V sync will break if they are wrong.) The optional start
|
||||
parameter tells the filter where in the telecine pattern to start
|
||||
(0-3).
|
||||
.IPs "boxblur=radius:power[:radius:power]"
|
||||
box blur
|
||||
.RSss
|
||||
|
Loading…
Reference in New Issue
Block a user