diff options
author | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-25 21:33:15 +0000 |
---|---|---|
committer | gpoirier <gpoirier@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-12-25 21:33:15 +0000 |
commit | 74f1ad8a0ab3bf05805a2f83ca271c29a33c45cc (patch) | |
tree | 5b7702930eee55c21eedb26077b48e37ce7bf218 | |
parent | 1d132c16aedacfb00936e3ee2bf85ff23ed16ba3 (diff) |
Adds lavc's brd_scale and updates vb_strategy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@17245 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/man/en/mplayer.1 | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index a2a8e022ea..b0e9f0e425 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -6790,7 +6790,7 @@ You can specify the sensitivity of the detection with this option. 1000000000 means no scene changes are detected (default: 0). . .TP -.B vb_strategy=<0\-1> (pass one only) +.B vb_strategy=<0\-2> (pass one only) strategy to choose between I/\:P/\:B-frames: .PD 0 .RSs @@ -6798,9 +6798,18 @@ strategy to choose between I/\:P/\:B-frames: Always use the maximum number of B-frames (default). .IPs 1 Avoid B-frames in high motion scenes. +.IPs 2 +Places B-frames more or less optimaly to yield maximal quality (slower) +You may want to reduce the speed impact of this option tuning the option +brd_scale. .RE .PD 1 . +.B brd_scale=<0\-10> +Downscales frames for dynamic B-frame decission (default: 0). +Speed should increase by a factor of 4 every time brd_scale is increased +by 1. +. .TP .B vpass=<1\-3> Activates internal two (or more) pass mode, only specify if you wish to |