From 05db632e252bcd5430431e2596823e388501309e Mon Sep 17 00:00:00 2001 From: arpi Date: Fri, 19 Apr 2002 02:20:29 +0000 Subject: [PATCH] rotate added git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5698 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/vop.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 -