summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-23 19:27:18 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-08-23 19:27:18 +0000
commit5a0e210ab4c1efdf967bcef8bfdf7f66a7b89574 (patch)
treeb9031dc3f431840dc65156b967a50c244083e8e8
parent25bef8e5a317419c31fbacd3ca61c8a59c32c40a (diff)
downloadmpv-5a0e210ab4c1efdf967bcef8bfdf7f66a7b89574.tar.bz2
mpv-5a0e210ab4c1efdf967bcef8bfdf7f66a7b89574.tar.xz
Documents x264 visualization during encoding
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16300 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/man/en/mplayer.127
1 files changed, 27 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 5b334df19e..3e06c10334 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -8511,6 +8511,33 @@ They are kept only for comparison to the JM reference codec.
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)
.