comparison DOCS/man/en/mplayer.1 @ 17506:7a2b5aeb931f

More detailed description of brd_scale.
author corey
date Sun, 29 Jan 2006 19:56:35 +0000
parents b47b13534ce5
children b92e1224d084
comparison
equal deleted inserted replaced
17505:575f78183c15 17506:7a2b5aeb931f
6895 .PD 1 6895 .PD 1
6896 . 6896 .
6897 .TP 6897 .TP
6898 .B brd_scale=<0\-10> 6898 .B brd_scale=<0\-10>
6899 Downscales frames for dynamic B-frame decision (default: 0). 6899 Downscales frames for dynamic B-frame decision (default: 0).
6900 Speed should increase by a factor of 4 every time brd_scale is increased 6900 Each time brd_scale is increased by one, the frame dimensions are
6901 by 1. 6901 divided by two, which improves speed by a factor of four.
6902 Both dimensions of the fully downscaled frame must be even numbers, so
6903 brd_scale=1 requires the original dimensions to be multiples of four,
6904 brd_scale=2 requires multiples of eight, etc.
6905 In other words, the dimensions of the original frame must both be
6906 divisible by 2^(brd_scale+1) with no remainder.
6902 . 6907 .
6903 .TP 6908 .TP
6904 .B bidir_refine=<0\-4> 6909 .B bidir_refine=<0\-4>
6905 Refine the two motion vectors used in bidirectional macroblocks, 6910 Refine the two motion vectors used in bidirectional macroblocks,
6906 rather than re-using vectors from the forward and backward searches. 6911 rather than re-using vectors from the forward and backward searches.