mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 04:07:08 +00:00
added docu for -icelayer and addition to the faq for -nortc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6269 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3d82a558e6
commit
3eccf2979d
@ -376,11 +376,7 @@ the <A HREF="codecs.html#2.2.1.2">FFmpeg section</A>.
|
||||
<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
|
||||
Icewm's taskbar keeps covering the movie in fullscreen mode!
|
||||
</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text">
|
||||
The taskbar cannot be overlapped by any window unless you add the following
|
||||
line to <CODE>~/.icewm/preferences</CODE>:<BR>
|
||||
<CODE>TaskBarKeepBelow=1</CODE><BR>
|
||||
Alternatively, add the following line to <CODE>~/.icewm/winoptions</CODE>:<BR>
|
||||
<CODE>MPlayer.layer: Menu</CODE>
|
||||
This shouldnt happen anymore, if it does use the -icelayer option.
|
||||
</TD><TR><TD COLSPAN=3> </TD><TR>
|
||||
|
||||
<TD></TD><TD VALIGN=top><FONT CLASS="text">Q:</TD><TD WIDTH=100%><B><FONT CLASS="text">
|
||||
@ -565,7 +561,7 @@ The audio/video gets totally out of sync when I run MPlayer as root on my notebo
|
||||
It works normal when i run it as a user.
|
||||
</B></TD><TR><TD></TD><TD VALIGN=top><FONT CLASS="text">A:</TD><TD><FONT CLASS="text">
|
||||
This is again a power management effect (see above). Plug the external power connector
|
||||
in <b>before</b> you power on your notebook.
|
||||
in <b>before</b> you power on your notebook or use the -nortc switch.
|
||||
</TD><TR><TD COLSPAN=3> </TD><TR>
|
||||
|
||||
<TD COLSPAN=3>
|
||||
|
@ -652,6 +652,19 @@ Adjust intensity of green component of video signal (default 0).
|
||||
Adjust hue of video signal (default 0). You can get colored negative
|
||||
of image with this option.
|
||||
.TP
|
||||
.B \-icelayer <0\ \-\ 15> (icewm only)
|
||||
Sets the layer of the fullscreen window of mplayer for icewm.
|
||||
|
||||
Desktop 0
|
||||
Below 2
|
||||
Normal 4
|
||||
OnTop 6
|
||||
Dock 8
|
||||
AboveDock 10
|
||||
Menu 12
|
||||
|
||||
Defautl is layer Menu (12).
|
||||
.TP
|
||||
.B \-jpeg <sub\-options>
|
||||
Specify options for the JPEG output (-vo jpeg), separated by ":" (see documentation!).
|
||||
Available sub\-options are [no]progressiv, [no]baseline,
|
||||
|
Loading…
Reference in New Issue
Block a user