summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-05 13:29:10 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-05 13:29:10 +0000
commit0e0224913f327c303797439fa73d023a1c39a11f (patch)
tree5eb18a164b682b42f3600c66e856cff7b51b2369 /DOCS
parent4bd3d1a5bd4107ef59831e3dcd3aa643b8b66058 (diff)
downloadmpv-0e0224913f327c303797439fa73d023a1c39a11f.tar.bz2
mpv-0e0224913f327c303797439fa73d023a1c39a11f.tar.xz
perspective correcture filter
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8113 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/vop.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index 0b898c274b..fbb03a3969 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -209,3 +209,7 @@ Current plugins:
radius blur filter strength (~0.1-5.0) (slower if larger)
strength (0.0-1.0) -> blur, (-1.0-0.0) -> sharpen
threshold 0 -> filter all, (0-30) -> filter flat areas, (-30-0) -> filter edges
+
+-vop perspective=x0:y0:x1:y1:x2:y2:x3:y3:t
+ x0,y0,... coordinates of the topleft, topright, bottomleft, bottomright corners
+ t 0-> linear, 1->cubic resampling