summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-31 20:08:50 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-10-31 20:08:50 +0000
commit877a1a9e2232d6d383411a504558da8135b0eea1 (patch)
treee769110e452caa8983d27b4ff2f8681d33cb100a /DOCS
parent3a64cf3d52bf34a317efcc34c5103a8d84410a22 (diff)
downloadmpv-877a1a9e2232d6d383411a504558da8135b0eea1.tar.bz2
mpv-877a1a9e2232d6d383411a504558da8135b0eea1.tar.xz
il & swapuv
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8006 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/vop.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/tech/vop.txt b/DOCS/tech/vop.txt
index 139484c331..f11a52a375 100644
--- a/DOCS/tech/vop.txt
+++ b/DOCS/tech/vop.txt
@@ -184,3 +184,15 @@ Current plugins:
amount < 0 = blur, amount > 0 = sharpen
usually you will use something between -1.5 and 1.5
MPI: DR (if possible) or TEMP, accepts stride
+
+-vop swapuv
+ swap U & V plane
+ MPI: EXPORT
+
+-vop il=[d|i][s][c]
+ (de)interleaves lines
+ d deinterleave
+ i interleave
+ c chroma too (otherwise only luma is modified if the format is planar YUV)
+ s swap fields (exchange even & odd lines)
+ MPI: TEMP, accepts stride