[Mplayer-cvslog] CVS: main/DOCS/tech vop.txt,1.25,1.26
Attila Kinali CVS
attila at mplayerhq.hu
Wed Jan 1 16:15:37 CET 2003
Update of /cvsroot/mplayer/main/DOCS/tech
In directory mail:/var/tmp.root/cvs-serv19905
Modified Files:
vop.txt
Log Message:
add arpi's explanation of -vop il to the docs
Index: vop.txt
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/tech/vop.txt,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- vop.txt 5 Nov 2002 13:29:10 -0000 1.25
+++ vop.txt 1 Jan 2003 15:15:34 -0000 1.26
@@ -193,6 +193,13 @@
d deinterleave
i interleave
s swap fields (exchange even & odd lines)
+ The goal of this filter to add ability of processing interlaced images
+ pre-field without deinterlacing it. You can filter your interlaced dvd
+ and playback on TV without breaking the interlacing.
+ While deinterlacing (with the post processing filter) removes permamently
+ the interlacing (by smoothing averaging etc) deinterleaving splits the
+ frame into 2 fields (so called half pictures), so you can process (filter)
+ them independently and then re-interleave them.
MPI: TEMP, accepts stride
-vop boxblur=radius:power[:radius:power]
More information about the MPlayer-cvslog
mailing list