# HG changeset patch # User corey # Date 1138564595 0 # Node ID 7a2b5aeb931f6f93e54b5d5464230c0e90a23ee3 # Parent 575f78183c154a0686a9ffb733e844650664fead More detailed description of brd_scale. diff -r 575f78183c15 -r 7a2b5aeb931f DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Sun Jan 29 19:51:09 2006 +0000 +++ b/DOCS/man/en/mplayer.1 Sun Jan 29 19:56:35 2006 +0000 @@ -6897,8 +6897,13 @@ .TP .B brd_scale=<0\-10> Downscales frames for dynamic B-frame decision (default: 0). -Speed should increase by a factor of 4 every time brd_scale is increased -by 1. +Each time brd_scale is increased by one, the frame dimensions are +divided by two, which improves speed by a factor of four. +Both dimensions of the fully downscaled frame must be even numbers, so +brd_scale=1 requires the original dimensions to be multiples of four, +brd_scale=2 requires multiples of eight, etc. +In other words, the dimensions of the original frame must both be +divisible by 2^(brd_scale+1) with no remainder. . .TP .B bidir_refine=<0\-4>