comparison DOCS/mplayer.1 @ 472:a25ba0fd865e

commiting yesterday's changes that accidently lost ;(((
author gabucino
date Mon, 16 Apr 2001 06:55:31 +0000
parents f8fa7c820568
children 5bf4b70bd66a
comparison
equal deleted inserted replaced
471:50e990d816f9 472:a25ba0fd865e
19 .RB [ \-vid\ id ] 19 .RB [ \-vid\ id ]
20 .RB [ \-fps\ rate ] 20 .RB [ \-fps\ rate ]
21 .RB [ \-mc\ seconds/5f ] 21 .RB [ \-mc\ seconds/5f ]
22 .RB [ \-afm\ audio\ decoder ] 22 .RB [ \-afm\ audio\ decoder ]
23 .RB [ \-fs\ ] 23 .RB [ \-fs\ ]
24 .RB [ \-vm\ ]
25 .RB [ \-zoom\ ]
24 .RB [ \-x\ x ] 26 .RB [ \-x\ x ]
25 .RB [ \-y\ y ] 27 .RB [ \-y\ y ]
26 .RB [ \-xy\ factor ] 28 .RB [ \-xy\ factor ]
27 .RB [ \-dsp\ device ] 29 .RB [ \-dsp\ device ]
28 .RB [ \-pp\ quality ] 30 .RB [ \-pp\ quality ]
29 .RB [ \-include\ configfile ] 31 .RB [ \-include\ configfile ]
30 .RB [ \-ffactor\ number ] 32 .RB [ \-ffactor\ number ]
33 .RB [ \-sub\ file ]
34 .RB [ \-subfps\ rate ]
31 .I file 35 .I file
32 .PP 36 .PP
33 .SH DESCRIPTION 37 .SH DESCRIPTION
34 .I mplayer 38 .I mplayer
35 Yes. Yet another movie player for linux. 39 Yes. Yet another movie player for linux.
58 .TP 62 .TP
59 .BI \-nosound 63 .BI \-nosound
60 don't play sound 64 don't play sound
61 .TP 65 .TP
62 .B \-fs 66 .B \-fs
63 fullscreen playing (only gl, xmga and xv drivers) 67 fullscreen playing (centers movie, and makes black
64 68 bands around it)
65 .I NOTE 69 .TP
66 The X11 driver doesn't support fullscreen and scaling. 70 .B \-vm
67 However, you can do it yourself, just press ALT,CTRL,- 71 use XF86VidMode extension for mode changing
68 or ALT,CTRL,+ simultaneously, see X-server docs for details. 72 .TP
73 .B \-zoom
74 use software scaling, where available
69 .TP 75 .TP
70 .B \-x\ x 76 .B \-x\ x
71 scale image to x width [if driver suppports!] 77 scale image to x width [if driver suppports!]
72 .TP 78 .TP
73 .B \-y\ y 79 .B \-y\ y
99 105
100 0 plain white fonts 106 0 plain white fonts
101 0.75 very narrow black outline [default] 107 0.75 very narrow black outline [default]
102 1 narrow black outline 108 1 narrow black outline
103 10 bold black outline 109 10 bold black outline
110 .TP
111 .B \-sub\ file
112 use/display this subtitle file
113 .TP
114 .B \-subfps\ rate
115 specify frame/sec rate of subtitle file
116 (default: the same as the movie)
104 .IP 117 .IP
105 .SH "ADVANCED OPTIONS" 118 .SH "ADVANCED OPTIONS"
106 .TP 119 .TP
107 .I NOTE 120 .I NOTE
108 These options can help you solve your particular problem.. Also, see the DOCS! 121 These options can help you solve your particular problem.. Also, see the DOCS!