[Mplayer-cvslog] CVS: main/DOCS/en mplayer.1,1.424,1.425

Arpi of Ize arpi at mplayerhq.hu
Sun Aug 31 23:24:37 CEST 2003


Update of /cvsroot/mplayer/main/DOCS/en
In directory mail:/var/tmp.root/cvs-serv21482

Modified Files:
	mplayer.1 
Log Message:
vf_tile & _framestep added
patch by danny <guru at digitalfantasy.it>


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/en/mplayer.1,v
retrieving revision 1.424
retrieving revision 1.425
diff -u -r1.424 -r1.425
--- mplayer.1	31 Aug 2003 17:51:28 -0000	1.424
+++ mplayer.1	31 Aug 2003 21:23:58 -0000	1.425
@@ -2977,6 +2977,52 @@
 .REss
 .RE
 .PD 1
+.TP
+.B "framestep=I|[i]step"
+Filters only the Intra (Key) frame or one every step frmae.
+If you call the filter with I (uppercase) as the parameter then ONLY 
+the keyframes are outputted.
+For DVD it means, generally, one every 15/ 12  frames (IBBPBBPBBPBBPBB), 
+for avi it means every scene change or every keyint value (see -lavcopts 
+keyint= value if you use mencoder to encode the videos).
+
+When a key frame is found a I! followed by a cr is printed, leaving 
+the current line of mplayer/mencoder, where you got the time (in seconds) 
+and frame of the key (use this information to split the AVI).
+
+If you call the filter with a numeric parameter n then only one frame 
+every n is outputted.
+
+If you put a 'i' (lowercase) before the number then a I! is printed 
+(like the I parameter).
+
+If you put only the i then nothing is done on the frames, only the I! is 
+printed.
+.TP
+.B "tile=xtile:ytile:output:start:delta"
+Tile a serie of image in a single, bigger, image.
+
+The parameters are:
+.PD 0
+.RSs
+.IPs xtile
+number of tiles on the x axis (5)
+.IPs ytile
+number of tiles on the y axis (5)
+.IPs xytile
+when write the image, it can be different then xtile * ytile
+(for example you can write 8 * 7 tile, writing the file every
+50 frame, to have one image every 2 seconds @ 25 fps ).
+.IPs start  
+pixel at the start (x/y), default 2
+.IPs delta
+pixel between 2 tile, (x/y), default 4
+.RE
+.PD 1
+If you omit a parameter or put a value less then 0, the default is used.
+You can also stop when you're ok (... -vf tile=10:5 ...)
+
+Probably is good to put the scale filter before the tile :-)
 
 
 .SH "GENERAL ENCODING OPTIONS (MENCODER ONLY)"



More information about the MPlayer-cvslog mailing list