comparison DOCS/en/mplayer.1 @ 9716:72f795ef6bf3

-audiofile-cache documented, bytes --> Bytes, typo.
author diego
date Sat, 29 Mar 2003 00:44:45 +0000
parents 925e83010843
children 878025a8da6c
comparison
equal deleted inserted replaced
9715:4045eead55f3 9716:72f795ef6bf3
399 .TP 399 .TP
400 .B \-audiofile <filename> 400 .B \-audiofile <filename>
401 Play audio from an external file (WAV, MP3 or Ogg Vorbis) while viewing a 401 Play audio from an external file (WAV, MP3 or Ogg Vorbis) while viewing a
402 movie. 402 movie.
403 .TP 403 .TP
404 .B -audiofile-cache <kBytes>
405 Enables caching for the stream used by -audiofile, using the specified
406 amount of memory.
407 .TP
404 .B \-bandwidth <value> 408 .B \-bandwidth <value>
405 Specify the maximum bandwidth for network streaming (for servers that are 409 Specify the maximum bandwidth for network streaming (for servers that are
406 able to send content in different bitrates). 410 able to send content in different bitrates).
407 Usefull if you want to watch live streamed media behind a slow connection. 411 Useful if you want to watch live streamed media behind a slow connection.
408 .TP 412 .TP
409 .B \-cdrom\-device <path\ to\ device> 413 .B \-cdrom\-device <path\ to\ device>
410 Override default CDROM drive name /dev/\:cdrom. 414 Override default CDROM drive name /dev/\:cdrom.
411 .TP 415 .TP
412 .B \-cache <kbytes> 416 .B \-cache <kBytes>
413 This option specifies how much memory (in kbytes) to use when precaching a 417 This option specifies how much memory (in kBytes) to use when precaching a
414 file/\:URL. 418 file/\:URL.
415 Especially useful on slow media (default is \-nocache). 419 Especially useful on slow media (default is \-nocache).
416 .TP 420 .TP
417 .B \-cdda <option1:option2> 421 .B \-cdda <option1:option2>
418 This option can be used to tune the CD Audio reading feature of MPlayer. 422 This option can be used to tune the CD Audio reading feature of MPlayer.
653 .IPs y420|yv12|yuy2|y8 657 .IPs y420|yv12|yuy2|y8
654 set colorspace 658 set colorspace
655 .IPs format=<value> 659 .IPs format=<value>
656 colorspace (fourcc) in hex 660 colorspace (fourcc) in hex
657 .IPs size=<value> 661 .IPs size=<value>
658 frame size in bytes 662 frame size in Bytes
659 .RE 663 .RE
660 .PD 1 664 .PD 1
661 . 665 .
662 .TP 666 .TP
663 .B \-rtsp-stream-over-tcp 667 .B \-rtsp-stream-over-tcp
1135 If the number of output channels is smaller than the number of input channels 1139 If the number of output channels is smaller than the number of input channels
1136 the exceeding channels are truncated. 1140 the exceeding channels are truncated.
1137 .IPs format[=bps,f] 1141 .IPs format[=bps,f]
1138 Select the format f and bits per sample bps used for output from the 1142 Select the format f and bits per sample bps used for output from the
1139 filter layer. 1143 filter layer.
1140 The option bps is an integer and denotes bytes per sample. 1144 The option bps is an integer and denotes Bytes per sample.
1141 The format f is a string containing a concatenated mix of: 1145 The format f is a string containing a concatenated mix of:
1142 .br 1146 .br
1143 alaw, mulaw or imaadpcm 1147 alaw, mulaw or imaadpcm
1144 .br 1148 .br
1145 float or int 1149 float or int
2369 FIFO commands are: 2373 FIFO commands are:
2370 .RE 2374 .RE
2371 .RSss 2375 .RSss
2372 RGBA32 width height xpos ypos alpha clear 2376 RGBA32 width height xpos ypos alpha clear
2373 .br 2377 .br
2374 followed by width*height*4 bytes of raw RGBA32 data. 2378 followed by width*height*4 Bytes of raw RGBA32 data.
2375 2379
2376 ABGR32 width height xpos ypos alpha clear 2380 ABGR32 width height xpos ypos alpha clear
2377 .br 2381 .br
2378 followed by width*height*4 bytes of raw ABGR32 data. 2382 followed by width*height*4 Bytes of raw ABGR32 data.
2379 2383
2380 RGB24 width height xpos ypos alpha clear 2384 RGB24 width height xpos ypos alpha clear
2381 .br 2385 .br
2382 followed by width*height*3 bytes of raw RGB32 data. 2386 followed by width*height*3 Bytes of raw RGB32 data.
2383 2387
2384 BGR24 width height xpos ypos alpha clear 2388 BGR24 width height xpos ypos alpha clear
2385 .br 2389 .br
2386 followed by width*height*3 bytes of raw BGR32 data. 2390 followed by width*height*3 Bytes of raw BGR32 data.
2387 2391
2388 ALPHA width height xpos ypos alpha 2392 ALPHA width height xpos ypos alpha
2389 .br 2393 .br
2390 change alpha for area 2394 change alpha for area
2391 2395