diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-03-18 01:19:20 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2004-03-18 01:19:20 +0000 |
commit | 0dfbe88178a285a572d5dd5bb74f9fcd72dcbbe6 (patch) | |
tree | d4516de78772389327c932d8c6c349d45e28ee4e /DOCS | |
parent | ea260c3684419194730d8222d9ac28a9629750ac (diff) |
-adapter, -refreshrate options, based on patch by Sascha Sommer
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12041 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 9809923d49..42bca261de 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1547,6 +1547,11 @@ Used for RAW PCM. You can get a list and an explanation of available options executing .I mplayer \-aahelp .TP +.B \-adapter <value> (\-vo directx only) +Set the graphics card that will receive the image. +Needs the \-vm option to work. +You can get a list of available cards when you run this option with \-v. +.TP .B \-bpp <depth> Use different color depth than autodetect. Not all \-vo drivers support it (fbdev, dga2, svga, vesa). @@ -1847,6 +1852,10 @@ This function works only with the xv, xmga, mga and xvidix video out drivers. .br The range controls how much of the image is cropped. .TP +.B \-refreshrate <Hz> +Set the monitor refreshrate in Hz. +Currently only supported by \-vo directx combined with the \-vm option. +.TP .B \-rootwin Play movie in the root window (desktop background) instead of opening a new one. @@ -1856,7 +1865,7 @@ Works only with x11, xv, xmga and xvidix drivers. Adjust saturation of video output (default: 0). You can get grayscale output with this option. .TP -.B \-screenw <pixels> \-screenh <pixels> +.B \-screenh <pixels> \-screenw <pixels> If you use an output driver which can't know the resolution of the screen (fbdev/\:x11 and/\:or TVout) this is where you can specify the horizontal and vertical resolution. @@ -1867,6 +1876,9 @@ Turns off xscreensaver at startup and turns it on again on exit. .B \-vm \ \ \ Try to change to a better video mode. dga, x11/\:xv (XF86VidMode) and sdl output drivers support it. +If it is used with the directx video output driver the \-screenw, +\-screenh, \-bpp and \-refreshrate options can be used to set +the new display mode. .TP .B \-vsync \ \ Enables VBI for vesa. |