Ac3overdvb-patch
From VDR Wiki
(Difference between revisions)
(initial) |
(→Links: merge -> internationalization) |
||
| (8 intermediate revisions not shown) | |||
| Line 3: | Line 3: | ||
The digital S/PDIF port of the DVB cards is only capable of sending PCM data, so the AC3 data has to be encapsulated into a PCM stream. This digital audio data stream is then received and decoded by a external Dolby Digital receiver. | The digital S/PDIF port of the DVB cards is only capable of sending PCM data, so the AC3 data has to be encapsulated into a PCM stream. This digital audio data stream is then received and decoded by a external Dolby Digital receiver. | ||
| - | + | {{Box Info| | |
| - | {{Box | + | |
Not all DD receiver are capable of decoding an encapsulated pcm stream.}} | Not all DD receiver are capable of decoding an encapsulated pcm stream.}} | ||
| Line 12: | Line 11: | ||
==Software requirements== | ==Software requirements== | ||
| + | * patch | ||
| + | |||
| + | ==Applying the patch== | ||
| + | If the patch is compressed you have to unpack it before | ||
| + | gunzip patch | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
Now you can install it with | Now you can install it with | ||
| - | + | cd $SOURCEDIR/VDR | |
| - | cd $SOURCEDIR/VDR | + | patch -p 1 < /path/to/patch |
| - | patch -p 1 < /path/to/patch | + | |
| - | + | Note, VDR has to be recompiled now, see [[VDR installation]]. | |
| - | Note, VDR has to be recompiled now, see [[ | + | |
==Problems== | ==Problems== | ||
| Line 31: | Line 29: | ||
| [1] | | [1] | ||
| http://www.muempf.de/down | | http://www.muempf.de/down | ||
| - | | | + | | Patch homepage |
|- | |- | ||
| [2] | | [2] | ||
| http://www.muempf.de/down/DD-receiver-status.txt | | http://www.muempf.de/down/DD-receiver-status.txt | ||
| List of compatible receivers | | List of compatible receivers | ||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
| - | |||
|} | |} | ||
| - | [[Category: | + | [[Category:Patches]] |
| - | + | {{i18n|ac3overdvb-patch}} | |
| - | + | ||
Latest revision as of 10:24, 13 March 2006
Contents |
Description
The AC3overDVB patch for VDR sends digital audio data in AC3 and DTS format to the digital S/PDIF port of the DVB card. Therewith VDR has the ability to output Dolby Digital as optical or electrical S/PDIF signal.
The digital S/PDIF port of the DVB cards is only capable of sending PCM data, so the AC3 data has to be encapsulated into a PCM stream. This digital audio data stream is then received and decoded by a external Dolby Digital receiver.
Hardware requirements
- DVB card with S/PDIF port
- compatible Dolby Digital receiver (see hint)
Software requirements
- patch
Applying the patch
If the patch is compressed you have to unpack it before
gunzip patch
Now you can install it with
cd $SOURCEDIR/VDR patch -p 1 < /path/to/patch
Note, VDR has to be recompiled now, see VDR installation.
Problems
Links
| [1] | http://www.muempf.de/down | Patch homepage |
| [2] | http://www.muempf.de/down/DD-receiver-status.txt | List of compatible receivers |




