Mercurial > mplayer.hg
comparison DOCS/man/en/mplayer.1 @ 19593:d7a977286628
Improve radio section.
author | diego |
---|---|
date | Tue, 29 Aug 2006 22:28:34 +0000 |
parents | 5ba92e0ab9b7 |
children | f6b9d778a9bc |
comparison
equal
deleted
inserted
replaced
19592:9e580236e5c7 | 19593:d7a977286628 |
---|---|
1547 When playing an MPEG-TS stream, you can specify with this option which | 1547 When playing an MPEG-TS stream, you can specify with this option which |
1548 program (if present) you want to play. | 1548 program (if present) you want to play. |
1549 Can be used with \-vid and \-aid. | 1549 Can be used with \-vid and \-aid. |
1550 . | 1550 . |
1551 .TP | 1551 .TP |
1552 .B \-radio <option1:option2:...> (Radio only) | 1552 .B \-radio <option1:option2:...> (radio only) |
1553 These options set various parameters of the radio capture module. | 1553 These options set various parameters of the radio capture module. |
1554 For listening radio with MPlayer use 'radio://<frequency>' | 1554 For listening to radio with MPlayer use 'radio://<frequency>' |
1555 (if channels option is not given) or | 1555 (if channels option is not given) or 'radio://<channel_number>' |
1556 'radio://<channel_number>' (if channels option is given) as | 1556 (if channels option is given) as a movie URL. |
1557 a movie URL. | 1557 To start the grabbing subsystem, use radio://<frequency or channel>/capture. |
1558 To start grabbing subsystem, please use radio://<frequency or channel>/capture. | 1558 If the capture keyword is not given you can listen to radio |
1559 If capture keyword is not given you can listen radio using line-in cable only. | 1559 using the line-in cable only. |
1560 Using capture for listening is not recommended due to synchronization problems, | 1560 Using capture to listen is not recommended due to synchronization |
1561 which makes this process uncomfortable. | 1561 problems, which makes this process uncomfortable. |
1562 .sp 1 | 1562 .sp 1 |
1563 Available options are: | 1563 Available options are: |
1564 .RSs | 1564 .RSs |
1565 .IPs device=<value> | 1565 .IPs device=<value> |
1566 Radio device to use (default: /dev/radio0). | 1566 Radio device to use (default: /dev/radio0). |
1580 .br | 1580 .br |
1581 .I EXAMPLE: | 1581 .I EXAMPLE: |
1582 radio://1, radio://104.4, radio_set_channel 1 | 1582 radio://1, radio://104.4, radio_set_channel 1 |
1583 .IPs adevice=<value> (with radio capture enabled) | 1583 .IPs adevice=<value> (with radio capture enabled) |
1584 Name of device to capture sound from. | 1584 Name of device to capture sound from. |
1585 If not given capture will be disabled, even if capture keyword in URL used. | 1585 Without such a name capture will be disabled, |
1586 For alsa devices use it in form hw=<card>.<device>. | 1586 even if the capture keyword appears in the URL. |
1587 If device name contains '=' the module will use ALSA to capture, OSS otherwise. | 1587 For ALSA devices use it in the form hw=<card>.<device>. |
1588 If the device name contains a '=', the module will use | |
1589 ALSA to capture, otherwise OSS. | |
1588 .IPs arate=<value> (with radio capture enabled) | 1590 .IPs arate=<value> (with radio capture enabled) |
1589 Rate in samples per second (default 44100). | 1591 Rate in samples per second (default: 44100). |
1590 .br | 1592 .br |
1591 .I NOTE: | 1593 .I NOTE: |
1592 When using audio capture set also | 1594 When using audio capture set also \-rawaudio rate=<value> option |
1593 -rawaudio rate=<value> option with the same value as arate. If | 1595 with the same value as arate. |
1594 you have problems with sound speed (runs too quickly) try to play with | 1596 If you have problems with sound speed (runs too quickly), try to play |
1595 different values of rate (e.g. 48000,44100,32000,...). | 1597 with different rate values (e.g.\& 48000,44100,32000,...). |
1596 .IPs achannels=<value> (with radio capture enabled) | 1598 .IPs achannels=<value> (with radio capture enabled) |
1597 Number of audio channels to capture. | 1599 Number of audio channels to capture. |
1598 .RE | 1600 .RE |
1599 . | 1601 . |
1600 .TP | 1602 .TP |