From 96bd17e550a3a512314e3b11c62f7077dbc5af12 Mon Sep 17 00:00:00 2001 From: gpoirier Date: Sun, 18 May 2008 15:20:59 +0000 Subject: Document x264's AQ options git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26806 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'DOCS/man/en/mplayer.1') diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 1805c65348..421ca3f2c0 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -10126,6 +10126,27 @@ Use a different quantizer for chroma as compared to luma. Useful values are in the range <\-2\-2> (default: 0). . .TP +.B aq_mode=<0\-2> +Defines how adaptive quantization (AQ) distributes bits: +.PD 0 +.RSs +.IPs 0 +disabled +.IPs 1 +Avoid moving bits between frames. +.IPs 2 +Move bits between frames (by default). +.RE +.PD 1 +. +.TP +.B aq_strength= +Controls how much adaptive quantization (AQ) reduces blocking and blurring +in flat and textured areas (default: 1.0). +A value of 0.5 will lead to weak AQ and less details, when a value of 1.5 +will lead to strong AQ and more details. +. +.TP .B cqm=> Either uses a predefined custom quantization matrix or loads a JM format matrix file. -- cgit v1.2.3