changeset 8005:f8b3111f8b16

il & swapuv
author michael
date Thu, 31 Oct 2002 20:08:50 +0000
parents 30789258ca66
children 694502344370
files DOCS/tech/vop.txt
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/vop.txt	Thu Oct 31 20:03:08 2002 +0000
+++ b/DOCS/tech/vop.txt	Thu Oct 31 20:08:50 2002 +0000
@@ -184,3 +184,15 @@
             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