mirror of https://github.com/mpv-player/mpv
-audiofile-cache documented, bytes --> Bytes, typo.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9717 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3f78f3e4b0
commit
330b82bcb6
|
@ -401,16 +401,20 @@ Use \-audio\-demuxer 17 to force .mp3 detection.
|
||||||
Play audio from an external file (WAV, MP3 or Ogg Vorbis) while viewing a
|
Play audio from an external file (WAV, MP3 or Ogg Vorbis) while viewing a
|
||||||
movie.
|
movie.
|
||||||
.TP
|
.TP
|
||||||
|
.B -audiofile-cache <kBytes>
|
||||||
|
Enables caching for the stream used by -audiofile, using the specified
|
||||||
|
amount of memory.
|
||||||
|
.TP
|
||||||
.B \-bandwidth <value>
|
.B \-bandwidth <value>
|
||||||
Specify the maximum bandwidth for network streaming (for servers that are
|
Specify the maximum bandwidth for network streaming (for servers that are
|
||||||
able to send content in different bitrates).
|
able to send content in different bitrates).
|
||||||
Usefull if you want to watch live streamed media behind a slow connection.
|
Useful if you want to watch live streamed media behind a slow connection.
|
||||||
.TP
|
.TP
|
||||||
.B \-cdrom\-device <path\ to\ device>
|
.B \-cdrom\-device <path\ to\ device>
|
||||||
Override default CDROM drive name /dev/\:cdrom.
|
Override default CDROM drive name /dev/\:cdrom.
|
||||||
.TP
|
.TP
|
||||||
.B \-cache <kbytes>
|
.B \-cache <kBytes>
|
||||||
This option specifies how much memory (in kbytes) to use when precaching a
|
This option specifies how much memory (in kBytes) to use when precaching a
|
||||||
file/\:URL.
|
file/\:URL.
|
||||||
Especially useful on slow media (default is \-nocache).
|
Especially useful on slow media (default is \-nocache).
|
||||||
.TP
|
.TP
|
||||||
|
@ -655,7 +659,7 @@ set colorspace
|
||||||
.IPs format=<value>
|
.IPs format=<value>
|
||||||
colorspace (fourcc) in hex
|
colorspace (fourcc) in hex
|
||||||
.IPs size=<value>
|
.IPs size=<value>
|
||||||
frame size in bytes
|
frame size in Bytes
|
||||||
.RE
|
.RE
|
||||||
.PD 1
|
.PD 1
|
||||||
.
|
.
|
||||||
|
@ -1137,7 +1141,7 @@ the exceeding channels are truncated.
|
||||||
.IPs format[=bps,f]
|
.IPs format[=bps,f]
|
||||||
Select the format f and bits per sample bps used for output from the
|
Select the format f and bits per sample bps used for output from the
|
||||||
filter layer.
|
filter layer.
|
||||||
The option bps is an integer and denotes bytes per sample.
|
The option bps is an integer and denotes Bytes per sample.
|
||||||
The format f is a string containing a concatenated mix of:
|
The format f is a string containing a concatenated mix of:
|
||||||
.br
|
.br
|
||||||
alaw, mulaw or imaadpcm
|
alaw, mulaw or imaadpcm
|
||||||
|
@ -2371,19 +2375,19 @@ FIFO commands are:
|
||||||
.RSss
|
.RSss
|
||||||
RGBA32 width height xpos ypos alpha clear
|
RGBA32 width height xpos ypos alpha clear
|
||||||
.br
|
.br
|
||||||
followed by width*height*4 bytes of raw RGBA32 data.
|
followed by width*height*4 Bytes of raw RGBA32 data.
|
||||||
|
|
||||||
ABGR32 width height xpos ypos alpha clear
|
ABGR32 width height xpos ypos alpha clear
|
||||||
.br
|
.br
|
||||||
followed by width*height*4 bytes of raw ABGR32 data.
|
followed by width*height*4 Bytes of raw ABGR32 data.
|
||||||
|
|
||||||
RGB24 width height xpos ypos alpha clear
|
RGB24 width height xpos ypos alpha clear
|
||||||
.br
|
.br
|
||||||
followed by width*height*3 bytes of raw RGB32 data.
|
followed by width*height*3 Bytes of raw RGB32 data.
|
||||||
|
|
||||||
BGR24 width height xpos ypos alpha clear
|
BGR24 width height xpos ypos alpha clear
|
||||||
.br
|
.br
|
||||||
followed by width*height*3 bytes of raw BGR32 data.
|
followed by width*height*3 Bytes of raw BGR32 data.
|
||||||
|
|
||||||
ALPHA width height xpos ypos alpha
|
ALPHA width height xpos ypos alpha
|
||||||
.br
|
.br
|
||||||
|
|
Loading…
Reference in New Issue