# HG changeset patch # User gpoirier # Date 1211124059 0 # Node ID 1e915d59aa8512185a06c66fbc97942ebe34a17a # Parent 7763b34ba58e0caedffe440e146cd813291f65f4 Document x264's AQ options diff -r 7763b34ba58e -r 1e915d59aa85 DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Sun May 18 14:55:26 2008 +0000 +++ b/DOCS/man/en/mplayer.1 Sun May 18 15:20:59 2008 +0000 @@ -10126,6 +10126,27 @@ 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.