summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/tech')
-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