mirror of https://github.com/mpv-player/mpv
-(no)slices is no longer MPlayer only.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10618 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
36d21123aa
commit
365eb142f6
|
@ -1734,19 +1734,11 @@ See also \-aspect for movie aspect.
|
|||
.B \-nograbpointer
|
||||
Do not grab mouse pointer after VidMode change (\-vm), useful for multihead
|
||||
setup.
|
||||
|
||||
.TP
|
||||
.B \-nokeepaspect
|
||||
Do not keep window aspect ratio when resizing X11 windows (Works currently only
|
||||
with \-vo x11, xv, xmga and xvidix and your window manager needs to understand
|
||||
window aspect hints.).
|
||||
|
||||
.TP
|
||||
.B \-noslices
|
||||
Disable drawing video by 16-pixel height slices/\:bands, instead draws the
|
||||
whole frame in a single run.
|
||||
May be faster or slower, depending on card/\:cache.
|
||||
It has effect only with libmpeg2 and libavcodec codecs.
|
||||
.TP
|
||||
.B \-panscan <0.0\-1.0>
|
||||
Enables Pan & Scan functionality, i.e.\& in order to display a 16:9 movie
|
||||
|
@ -2103,6 +2095,12 @@ grayscale only decoding (a bit faster than with color)
|
|||
.B \-noaspect
|
||||
Disable automatic movie aspect ratio compensation.
|
||||
.TP
|
||||
.B \-noslices
|
||||
Disable drawing video by 16-pixel height slices/\:bands, instead draws the
|
||||
whole frame in a single run.
|
||||
May be faster or slower, depending on card/\:cache.
|
||||
It has effect only with libmpeg2 and libavcodec codecs.
|
||||
.TP
|
||||
.B \-nosound
|
||||
Do not play/\:encode sound.
|
||||
.TP
|
||||
|
|
Loading…
Reference in New Issue