summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-19 02:20:29 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-19 02:20:29 +0000
commit05db632e252bcd5430431e2596823e388501309e (patch)
treecb176307b123abcb88f5ca936e3f7aca254fc9b2 /DOCS
parent757776530027888884add5f8c4bac0771da0aef3 (diff)
downloadmpv-05db632e252bcd5430431e2596823e388501309e.tar.bz2
mpv-05db632e252bcd5430431e2596823e388501309e.tar.xz
rotate added
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5698 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/vop.txt6
1 files changed, 5 insertions, 1 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index e3a9b97257..ef2a52c51f 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -46,6 +46,11 @@ Current plugins:
MPI: DR (if possible) or EXPORT, using stride manipulation
Special: dec_video autoloads it when flipping is required and libvo can't do
+-vop rotate[=mirror]
+ Rotate image +/- 90 degrees
+ Optional mirror parameter (0..3) controls horizontal and vertical mirroring
+ MPI: TEMP
+
-vop scale[=w:h]
Software scaling (zoom) _and_ yuv<->rgb colorspace conversion
w,h (new width/height after scaling) defaults to original width,height
@@ -84,4 +89,3 @@ Current plugins:
Fast software YV12->MPEG1 conversion, usefull for dxr3/dvb drivers
MPI: EXPORT special
-