comparison DOCS/man/en/mplayer.1 @ 17244:70120627f0b9

Adds lavc's brd_scale and updates vb_strategy
author gpoirier
date Sun, 25 Dec 2005 21:33:15 +0000
parents b619b8bc2ada
children e2aae45168cf
comparison
equal deleted inserted replaced
17243:67ce2e4206ea 17244:70120627f0b9
6788 You can specify the sensitivity of the detection with this option. 6788 You can specify the sensitivity of the detection with this option.
6789 -1000000000 means there is a scene change detected at every frame, 6789 -1000000000 means there is a scene change detected at every frame,
6790 1000000000 means no scene changes are detected (default: 0). 6790 1000000000 means no scene changes are detected (default: 0).
6791 . 6791 .
6792 .TP 6792 .TP
6793 .B vb_strategy=<0\-1> (pass one only) 6793 .B vb_strategy=<0\-2> (pass one only)
6794 strategy to choose between I/\:P/\:B-frames: 6794 strategy to choose between I/\:P/\:B-frames:
6795 .PD 0 6795 .PD 0
6796 .RSs 6796 .RSs
6797 .IPs 0 6797 .IPs 0
6798 Always use the maximum number of B-frames (default). 6798 Always use the maximum number of B-frames (default).
6799 .IPs 1 6799 .IPs 1
6800 Avoid B-frames in high motion scenes. 6800 Avoid B-frames in high motion scenes.
6801 .RE 6801 .IPs 2
6802 .PD 1 6802 Places B-frames more or less optimaly to yield maximal quality (slower)
6803 You may want to reduce the speed impact of this option tuning the option
6804 brd_scale.
6805 .RE
6806 .PD 1
6807 .
6808 .B brd_scale=<0\-10>
6809 Downscales frames for dynamic B-frame decission (default: 0).
6810 Speed should increase by a factor of 4 every time brd_scale is increased
6811 by 1.
6803 . 6812 .
6804 .TP 6813 .TP
6805 .B vpass=<1\-3> 6814 .B vpass=<1\-3>
6806 Activates internal two (or more) pass mode, only specify if you wish to 6815 Activates internal two (or more) pass mode, only specify if you wish to
6807 use two (or more) pass encoding. 6816 use two (or more) pass encoding.