diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-24 17:42:19 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-24 17:42:19 +0200 |
commit | d67fb2ce5563892d6b6735a82e1262cf35a713d9 (patch) | |
tree | 2bbc700bb74e0a9920a827fae12623dbe0d9f700 /FORMATS | |
parent | 947750f20beef15f12f461c7bdc035a9663833c4 (diff) | |
download | vdr-d67fb2ce5563892d6b6735a82e1262cf35a713d9.tar.gz vdr-d67fb2ce5563892d6b6735a82e1262cf35a713d9.tar.bz2 |
Added Dolby Digital recording/replay0.8.3
Diffstat (limited to 'FORMATS')
-rw-r--r-- | FORMATS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -26,6 +26,8 @@ Video Disk Recorder File Formats - 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 + the audio PIDs, separated by a semicolon, as in "...:101,102;103,104:..." - Teletext PID - Conditional Access (0 = Free To Air, 1 = can be decrypted by the first DVB card, 2 = can be decrypted by the second DVB card) @@ -135,5 +137,6 @@ Video Disk Recorder File Formats an individual file below a given limit, a recording is split into several files. The contents of these files is "Packetized Elementary Stream" (PES) and contains ES packets with ids 0xE0 for video, 0xC0 for audio 1 and 0xC1 - for audio 2 (if available). + for audio 2 (if available). Dolby Digital data is stored in packets with + ids 0xBD. |