hi, right now i'm using red hat 9 and i have mplayer installed and working fine. i wanted to know if any one has launched mplayer from the command line with options to play an audio cd. i browsed the man pages and it had this:
----------------------------------------------------------------------------
mplayer [cdda|cddb]://track[:speed][/device] [options]
----------------------------------------------------------------------------
and this:
----------------------------------------------------------------------------------------------------
-cdda <option1
ption2> (CDDA only)
This option can be used to tune the CD Audio reading feature of
MPlayer.
Available options are:
speed=<value>
set CD spin speed
paranoia=<0-2>
set paranoia level
0: disable checking
1: overlap checking only (default)
2: full data correction and verification
generic-dev=<value>
use specified generic SCSI device
sector-size=<value>
atomic read size
overlap=<value>
force minimum overlap search during verification to <value> sectors.
toc-bias
Assume that the beginning offset of track 1 as reported
in the TOC will be addressed as LBA 0. Some Toshiba
drives need this for getting track boundaries correct.
toc-offset=<value>
Add <value> sectors to the values reported when address-
ing tracks. May be negative.
(no)skip
(never) accept imperfect data reconstruction.
-------------------------------------------------------------------------------------------------------------------------
i'm not sure how to type these options. if i type mplayer cdda://1
it doesn't work. has any one already done this?