diff options
author | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-16 19:42:41 +0000 |
---|---|---|
committer | voroshil <voroshil@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2007-03-16 19:42:41 +0000 |
commit | 57ed940858fd06e7a8eb9f9d57113da74d96430d (patch) | |
tree | 69f36643a5add156df70092e08fb67a0b3a0d6e7 /DOCS | |
parent | d26de3f3527bdb939cd97f53736fee9e4e17c7d6 (diff) |
Allow to specify frequencies in channels option.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22637 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/man/en/mplayer.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 503e61c26a..beef5bc900 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -1751,6 +1751,10 @@ Set tuner to <value> channel. available: europe-east, europe-west, us-bcast, us-cable, etc .IPs channels=<channel>\-<name>,<channel>\-<name>,... Set names for channels. +.I NOTE: +If <channel> is an integer greater than 1000, it will be treated as frequency (in kHz) +rather than channel name from frequency table. +.br Use _ for spaces in names (or play with quoting ;-). The channel names will then be written using OSD, and the slave commands tv_step_channel, tv_set_channel and tv_last_channel will be usable for |