summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 20:26:45 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-04-29 20:26:45 +0000
commitf706f9d9b89896c2b53735d93166f9541b8c7b1b (patch)
tree84fbcb6a9e2d13714cc04a01e8d88b14a952288b /DOCS
parent8393ca21b5e5d10d7e90979d789848913ae62c4e (diff)
downloadmpv-f706f9d9b89896c2b53735d93166f9541b8c7b1b.tar.bz2
mpv-f706f9d9b89896c2b53735d93166f9541b8c7b1b.tar.xz
updated
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5906 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/vop.txt21
1 files changed, 18 insertions, 3 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index ef2a52c51f..a38f4fd78c 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -41,14 +41,19 @@ Current plugins:
mencoder uses (autoload) it to render SUB/OSD
-vop flip
- Flips image upside-down.
+ Flips image upside-down (vertical mirroring)
No parameters.
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]
+-vop mirror
+ Horizontal mirroring
+ No parameters.
+ MPI: TEMP
+
+-vop rotate[=x]
Rotate image +/- 90 degrees
- Optional mirror parameter (0..3) controls horizontal and vertical mirroring
+ Optional 'x' parameter (0..3) controls horizontal and vertical mirroring
MPI: TEMP
-vop scale[=w:h]
@@ -68,6 +73,10 @@ Current plugins:
RGB 24/32 <-> BGR 24/32 colorspace conversion (default) or
RGB 24/32 <-> RGB 24/32 conversion with R<->B swapping ('swap' option)
MPI: TEMP, accepts stride
+
+-vop palette
+ RGB/BGR 8 -> RGB/BGR 15/16/24/32 colorspace conversion using palette
+ MPI: TEMP, accepts stride
-vop format[=fourcc]
_restrict_ the list of supported colorspaces (query-format()) to a single,
@@ -85,7 +94,13 @@ Current plugins:
MPI: DR (if possible) or TEMP
Special: dec_video autoloads it if -pp option used but codec can't do pp.
+-vop lavc
+ Fast software YV12->MPEG1 conversion, usefull for dxr3/dvb drivers
+ It uses libavcodec. Currently faster and better quality than -vop fame!
+ MPI: EXPORT special
+
-vop fame
Fast software YV12->MPEG1 conversion, usefull for dxr3/dvb drivers
+ It uses libfame.
MPI: EXPORT special