diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-24 17:32:14 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-24 17:32:14 +0000 |
commit | b49ef17daafee554b0738808627e94dacab36236 (patch) | |
tree | 4e9a15652e3e2b39434d177a8b920df0c6265dfe | |
parent | 3b285a0e3b2a7e17b0c367b8e25f37bca5020fe6 (diff) |
small EGA hint
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9079 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | DOCS/video.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/DOCS/video.html b/DOCS/video.html index b6f73c8ebd..9d09171f8f 100644 --- a/DOCS/video.html +++ b/DOCS/video.html @@ -525,6 +525,13 @@ Maybe automatic aspect correction has to be shut off:<BR> <CODE>-noaspect</CODE></P> +<P><B>NOTE:</B> according to my experience the best image quality on EGA + screens can be achieved by decreasing the brightness a bit: <CODE>-vop + eq=-20:0</CODE></P> + +<P>You can turn on OSD and subtitles only with the <CODE>expand</CODE> filter, + see the man page for exact parameters.</P> + <H4><A NAME="fbdev">2.3.1.2.5 Framebuffer output (FBdev)</A></H4> |