diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-18 21:11:44 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-10-18 21:11:44 +0000 |
commit | 9ea0b2eeb08c68cb413ede725e78c09b92951870 (patch) | |
tree | 286a58e8368e357263b81b43e5f5de53699fd86c /DOCS | |
parent | 57281a3170854c12ec574135603fedbbce2cbff7 (diff) |
improve documentation of latest x264's options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27800 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 177ee191ce..0cb13bdc40 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -10078,9 +10078,9 @@ I- and P-frames (default). .IPs 7 Enables rate-distortion optimization of macroblock types in all frames. .IPs 8 -Enables rate-distortion optimization of motion vectors in I- and P-frames. +Enables rate-distortion optimization of motion vectors and intra prediction modes in I- and P-frames. .IPs 9 -Enables rate-distortion optimization of motion vectors in all frames (best). +Enables rate-distortion optimization of motion vectors and intra prediction modes in all frames (best). .RE .PD 1 .RS @@ -10121,7 +10121,7 @@ Sets the strength of the psychovisual optimization. .PD 0 .RSs .IPs rd=<0.0\-10.0> -rate-distortion strength (requires subq>=6) (default: 1.0) +psy optimization strength (requires subq>=6) (default: 1.0) .IPs trell=<0.0\-10.0> trellis (requires trellis, experimental) (default: 0.0) .RE |