2011-02-28, 12:47 PM
Sub, how feasible is it to include an option for the audio filters so that nPVR doesn't do any of the selection itself, ie, it leaves it all to Windows?
I'm not sure if I fully understand it, but the way it is at the moment results in multiple audio filters in a transport stream graph when you have more than one audio decoder enabled (which you need if you have channels with both mpeg and ac3 sound). I know this has caused other people problems with audio/video sync, but my particular problem with this relates to using nPVR with Reclock - you can't
I think it's because only one of the filters can talk to it.
In this case, ac3filter was selected for both mpeg and ac3 decoding. Using Reclock, channels with ac3 sound work but channels with mpeg don't, although it's probably just coincidence that the filter for ac3 sound is the one that got to talk to Reclock.
I don't know if it would work or not, but my reason for suggesting leaving the selection up to Windows is that all other video types - mkv, mpg, avi, etc - all work fine in nPVR and show up with just a single audio filter in the graph. It's just the .ts files that cause the problem.
Looking forward to hearing your thoughts on this...
Iain
I'm not sure if I fully understand it, but the way it is at the moment results in multiple audio filters in a transport stream graph when you have more than one audio decoder enabled (which you need if you have channels with both mpeg and ac3 sound). I know this has caused other people problems with audio/video sync, but my particular problem with this relates to using nPVR with Reclock - you can't
I think it's because only one of the filters can talk to it.
Code:
2011-02-28 12:29:27.973 [DEBUG][1] Graph filter list:
2011-02-28 12:29:27.973 [DEBUG][1] - EVR Renderer
2011-02-28 12:29:27.973 [DEBUG][1] - NPVR PES Collector (DVBSubs)
2011-02-28 12:29:27.973 [DEBUG][1] - Default DirectSound Device 0002
2011-02-28 12:29:27.973 [DEBUG][1] - Default DirectSound Device
2011-02-28 12:29:27.973 [DEBUG][1] - Microsoft DTV-DVD Video Decoder
2011-02-28 12:29:27.973 [DEBUG][1] - AC3Filter 0001
2011-02-28 12:29:27.973 [DEBUG][1] - AC3Filter
2011-02-28 12:29:27.973 [DEBUG][1] - MPEG-2 Demultiplexer
2011-02-28 12:29:27.973 [DEBUG][1] - NPVR TS Reader
In this case, ac3filter was selected for both mpeg and ac3 decoding. Using Reclock, channels with ac3 sound work but channels with mpeg don't, although it's probably just coincidence that the filter for ac3 sound is the one that got to talk to Reclock.
I don't know if it would work or not, but my reason for suggesting leaving the selection up to Windows is that all other video types - mkv, mpg, avi, etc - all work fine in nPVR and show up with just a single audio filter in the graph. It's just the .ts files that cause the problem.
Looking forward to hearing your thoughts on this...
Iain