diff options
author | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2001-11-25 18:00:00 +0100 |
---|---|---|
committer | Klaus Schmidinger <kls (at) cadsoft (dot) de> | 2001-11-25 18:00:00 +0100 |
commit | b420457467ad0c8ae71f8b985914e85b7a0ff5aa (patch) | |
tree | 6d5b949efc2de0e0a5b27272fa92581e133c7fe3 /FORMATS | |
parent | 6e1fd835558b4e70ad94a280a209f050ec0f7a75 (diff) | |
download | vdr-patch-lnbsharing-b420457467ad0c8ae71f8b985914e85b7a0ff5aa.tar.gz vdr-patch-lnbsharing-b420457467ad0c8ae71f8b985914e85b7a0ff5aa.tar.bz2 |
Version 0.99pre1vdr-0.99pre1
- Fixed several channel definitions in 'channels.conf' (thanks to Thilo
Wunderlich).
- Added MPEG audio support for DVD (thanks to Andreas Schultz).
- Implemented DVB-T support (thanks to Dave Chapman).
This currently works only for UK channels.
- Removed the range limits for the Frequency and Srate parameters of channel
definitions.
- Changed the maximum value for PIDs in channels.conf from 0xFFFE to 0x1FFF.
- Fixed DVD audio sync problems (thanks to Andreas Schultz).
- Fixed external AC3 replay for DVDs (thanks to Andreas Schultz).
Diffstat (limited to 'FORMATS')
-rw-r--r-- | FORMATS | 10 |
1 files changed, 6 insertions, 4 deletions
@@ -20,10 +20,10 @@ Video Disk Recorder File Formats - Name: the channel's name (if the name originally contains a ':' character it has to be replaced by '|') - - Frequency in MHz (as an integer) + - Frequency in MHz for DVB-S and DVB-C, kHz for DVB-T (as an integer) - Polarization (one of 'h', 'H', 'v', 'V') ** - Diseqc number ** - - Symbol rate + - Symbol rate *** - Video PID - Audio PID (either one number, or two, separated by a comma) If this channel also carries Dolby Digital sound, the Dolby PIDs follow @@ -33,8 +33,10 @@ Video Disk Recorder File Formats DVB card, 2 = can be decrypted by the second DVB card) - Program Number - Fields marked with ** are only meaningful for DVB-S (satellite) receivers. - DVB-C receivers simply ignore these. + Fields marked with ** are only meaningful for DVB-S receivers. + DVB-C and DVB-T receivers simply ignore these. + Fields marked with *** are only meaningful for DVB-S and DVB-C receivers. + DVB-T receivers simply ignore these. * timers.conf |