comparison DOCS/mplayer.1 @ 6389:6cc6d0365416

added cdda (paranoia) dox
author gabucino
date Wed, 12 Jun 2002 09:12:23 +0000
parents 49f9e6b07687
children b6b9060dd94f
comparison
equal deleted inserted replaced
6388:ce074b142a88 6389:6cc6d0365416
18 .br 18 .br
19 .B mplayer 19 .B mplayer
20 .RB [global\ options]\ {\fIgroup\ of\ files\ and\ options\fP}\ [group\ specific\ options] 20 .RB [global\ options]\ {\fIgroup\ of\ files\ and\ options\fP}\ [group\ specific\ options]
21 .br 21 .br
22 .B mplayer 22 .B mplayer
23 .RB [dvd|vcd|tv]://[title]\ [options] 23 .RB [dvd|vcd|cdda|tv]://[title]\ [options]
24 .br 24 .br
25 .B mplayer 25 .B mplayer
26 .RB [mms|http|http_proxy|rtp]://URL[:port]\ [options] 26 .RB [mms|http|http_proxy|rtp]://URL[:port]\ [options]
27 .br 27 .br
28 .B mencoder 28 .B mencoder
95 Override default CDROM drive name /dev/cdrom 95 Override default CDROM drive name /dev/cdrom
96 .TP 96 .TP
97 .B \-cache <kbytes> 97 .B \-cache <kbytes>
98 This option specifies how much memory (in kbytes) to use when precaching a file/URL. 98 This option specifies how much memory (in kbytes) to use when precaching a file/URL.
99 Especially useful on slow media (default is \-nocache). 99 Especially useful on slow media (default is \-nocache).
100 .TP
101 .B \-cdda <options>
102 This option can be used to tune the CD Audio reading feature of MPlayer.
103 Available options are:
104
105 speed=n set CD spin speed
106 paranoia=n set paranoia level (0-2)
107 generic-dev=/dev/ use specified generic scsi
108 device
109 sector-size=n
110 overlap=n force minimum overlap search
111 during verification to <n>
112 sectors.
113 toc-bias Assume that the beginning
114 offset of track 1 as reported
115 in the TOC will be addressed
116 as LBA 0. Necessary for some
117 Toshiba drives to
118 get track boundaries correct.
119 toc-offset=n Add <n> sectors to the values
120 reported when addressing
121 tracks. May be negative.
122 (no)skip (never) accept any less than
123 perfect data reconstruction.
100 .TP 124 .TP
101 .B \-chapter <chapter\ id>[-<end chapter id>] 125 .B \-chapter <chapter\ id>[-<end chapter id>]
102 Specify which chapter to start playing at. Optionally specify which chapter to 126 Specify which chapter to start playing at. Optionally specify which chapter to
103 end playing at. Examples can be found below. 127 end playing at. Examples can be found below.
104 .TP 128 .TP
694 It has effect only with libmpeg2 and libavcodec codecs. 718 It has effect only with libmpeg2 and libavcodec codecs.
695 .TP 719 .TP
696 .B \-panscan <range> 720 .B \-panscan <range>
697 Enables Pan & Scan functionality, i.e. in order to display a 16:9 movie 721 Enables Pan & Scan functionality, i.e. in order to display a 16:9 movie
698 on a 4:3 display, the sides of the movie are cropped to get a 4:3 image 722 on a 4:3 display, the sides of the movie are cropped to get a 4:3 image
699 which fits the screen. This function works only with xv, xmga and vidix 723 which fits the screen. This function works only with xv, (x)mga and vidix
700 drivers. 724 drivers.
701 725
702 The range varies between 0.0 and 1.0 and controls how much of the image is 726 The range varies between 0.0 and 1.0 and controls how much of the image is
703 cropped. 727 cropped.
704 .TP 728 .TP