[Mplayer-cvslog] CVS: main/DOCS/tech vop.txt,1.18,1.19
Michael Niedermayer
michael at mplayerhq.hu
Thu Oct 31 21:08:52 CET 2002
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv17482
Modified Files:
vop.txt
Log Message:
il & swapuv
Index: vop.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/vop.txt,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- vop.txt 30 Oct 2002 11:12:41 -0000 1.18
+++ vop.txt 31 Oct 2002 20:08:50 -0000 1.19
@@ -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
More information about the MPlayer-cvslog
mailing list