comparison DOCS/mplayer.1 @ 3721:66da035c4ee2

some quick updates for the prerelease
author gabucino
date Mon, 24 Dec 2001 23:00:07 +0000
parents 66e418645b67
children 68dae60dd470
comparison
equal deleted inserted replaced
3720:120ac80f13c2 3721:66da035c4ee2
24 .RB [ \-fs ] 24 .RB [ \-fs ]
25 .RB [ \-vm ] 25 .RB [ \-vm ]
26 .RB [ \-zoom ] 26 .RB [ \-zoom ]
27 .RB [ \-x\ x ] 27 .RB [ \-x\ x ]
28 .RB [ \-y\ y ] 28 .RB [ \-y\ y ]
29 .RB [ \-sws\ software\ scaler\ type ]
29 .RB [ \-xy\ factor ] 30 .RB [ \-xy\ factor ]
30 .RB [ \-pp\ quality ] 31 .RB [ \-pp\ quality ]
31 .RB [ \-include\ configfile ] 32 .RB [ \-include\ configfile ]
32 .RB [ \-lircconf\ configfile ] 33 .RB [ \-lircconf\ configfile ]
33 .RB [ \-ffactor\ number ] 34 .RB [ \-ffactor\ number ]
171 scale image to x width [if driver suppports!] 172 scale image to x width [if driver suppports!]
172 .TP 173 .TP
173 .B \-y\ y 174 .B \-y\ y
174 scale image to y height 175 scale image to y height
175 .TP 176 .TP
177 .B \-sws\ software\ scaler\ type
178 this option sets the quality (and speed, respectively) of the software scaler,
179 with the -zoom option. For example with x11 or other outputs which lack
180 hardware acceleration. Possible settings are :
181
182 0 - fast bilinear (default)
183 1 - bilinear
184 2 - bicubic (best quality)
185 .TP
176 .B \-xy\ factor 186 .B \-xy\ factor
177 scale image by <factor> 187 scale image by <factor>
178 .TP 188 .TP
179 .B \-pp\ quality 189 .B \-pp\ quality
180 apply postprocess filter on decoded image. 190 apply postprocess filter on decoded image.