diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-14 15:57:30 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-14 15:57:30 +0200 |
commit | 9de548ee59234ddfbb1e8a65d72d2385ba165d4e (patch) | |
tree | cfe1b14cf7f6013fbf4b0625727b4b9fd9090801 /HISTORY | |
parent | 4b8968f7e1f91f88e51a5014aa17f07484040f72 (diff) | |
download | vdr-9de548ee59234ddfbb1e8a65d72d2385ba165d4e.tar.gz vdr-9de548ee59234ddfbb1e8a65d72d2385ba165d4e.tar.bz2 |
Recording both audio tracks
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -510,3 +510,20 @@ Video Disk Recorder Revision History - Increased timeout until reporting "broken video data stream" when recording. - Modified method of turning off PIDs when switching channel. +- Increased amount of non-useful data received by cRemux before assuming the + recording will fail. +- If there are two audio PIDs defined for a channel, both audio tracks will + now be recorded and can be selectively replayed later. See the FORMATS file + for details on how these different audio tracks are stored in the recorded + files. In order for this to work properly you need to make sure that the + StartHWFilter() function in the driver's 'dvb.c' has + + u16 mode=0x0320; + + instead of the default + + u16 mode=0x0820; + + This will create packets for the second audio track that are small enough + to multiplex smoothly with the video data. + |