[MPlayer-DOCS] CVS: main/DOCS/man/en mplayer.1,1.1074,1.1075

Guillaume Poirier CVS syncmail at mplayerhq.hu
Tue Aug 23 21:27:22 CEST 2005


CVS change done by Guillaume Poirier CVS

Update of /cvsroot/mplayer/main/DOCS/man/en
In directory mail:/var2/tmp/cvs-serv21480/DOCS/man/en

Modified Files:
	mplayer.1 
Log Message:
Documents x264 visualization during encoding


Index: mplayer.1
===================================================================
RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v
retrieving revision 1.1074
retrieving revision 1.1075
diff -u -r1.1074 -r1.1075
--- mplayer.1	22 Aug 2005 00:01:02 -0000	1.1074
+++ mplayer.1	23 Aug 2005 19:27:18 -0000	1.1075
@@ -8511,6 +8511,33 @@
 For all other purposes, please use either the 'Global' PSNR, or the per-frame
 PSNRs printed by log=3.
 .
+.TP
+.B (no)visualize
+Enable x264 visualizations during encoding.
+If the x264 on your system supports it, a new window will be opened during
+the encoding process, in which x264 will attempt to present an overview of
+how each frame gets encoded.
+Each block type on the visualized movie will be colored as follows:
+.PD 0
+.RSs
+.IPs red/pink
+intra block
+.IPs blue\ 
+inter block
+.IPs green
+skip block
+.IPs yellow
+B-block
+.RE
+.PD 1
+.RS
+This feature can be considered experimental and subject to change.
+In particular, it depends on x264 being compiled with visualizations enabled.
+Note that as of writing this, x264 pauses after encoding and visualizing
+each frame, waiting for the user to press a key, at which point the next
+frame will be encoded.
+.RE
+.
 .
 .SS MPEG muxer (\-mpegopts)
 .




More information about the MPlayer-DOCS mailing list