summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorgpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-19 09:59:05 +0000
committergpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-09-19 09:59:05 +0000
commit7fa1bf6c592b9d4c4ac76da436193a8bfeaf1df5 (patch)
treec75cc444acc3033ae48acf5cbac702c1f5b63785 /DOCS/man/en
parenta33c90828ea8b6f59ed3c7396088a7bc0bc9ff6a (diff)
downloadmpv-7fa1bf6c592b9d4c4ac76da436193a8bfeaf1df5.tar.bz2
mpv-7fa1bf6c592b9d4c4ac76da436193a8bfeaf1df5.tar.xz
New lavc flag: "turbo" mode which is supposed to speed up 2-pass encoding
while preserving quality as much as possible. Inspired by XviD "turbo" mode. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13387 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.17
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 2882583fe8..c4ddd5354b 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -5327,6 +5327,13 @@ from the first pass.
.PD 1
.
.TP
+.B turbo (2-pass only)
+Dramatically speeds up pass 1 using faster algorithms and disabling
+CPU-intensive options.
+This will probably reduce global PSNR a little bit (around 0.01dB) and
+change individual frame type and PSNR little bit more (up to 0.03dB).
+.
+.TP
.B aspect=<x/\:y>
Store movie aspect internally, just like MPEG files.
Much nicer solution than rescaling, because quality isn't decreased.