NPVR Tech Support Sticky - - http://forums.gbpvr.com/showthread.p...487#post454487
---------------------------
my config: NPVR 2.6.2/Win7Pro/Athlon II X3-440/radeon hd4550/hvr-2250/hvr-850/KWorld 315U/TimeWarner QAM & Analog, OTA ATSC/schedules direct
Ah right. Here is an updated FilterCheck.exe which lists the multiplexer devices too.
excellent... anyone still reading this thread who wants to make a 650 work, run that version of filtercheck.
I've updated the filtercheck link in the sticky thread to this one.
NPVR Tech Support Sticky - - http://forums.gbpvr.com/showthread.p...487#post454487
---------------------------
my config: NPVR 2.6.2/Win7Pro/Athlon II X3-440/radeon hd4550/hvr-2250/hvr-850/KWorld 315U/TimeWarner QAM & Analog, OTA ATSC/schedules direct
Ok....are you guys sick of me yet? I have attached my new FilterCheck log which lists my ATI AVStream MPEG2 Multiplexer, but I don't know what to put into my AnalogDevices.xml file to get it to work. Here is what I currently have, but it is giving the same error as before.
<Device filter="ATI AVStream Analog Capture">
<Name>ATI 650 Pro</Name>
<Type>HARD_ENCODE</Type>
<FilterEncoder>ATI AVStream MPEG2 Multiplexer</FilterEncoder>
</Device>
Any ideas on what should be here?
"Show me your passport and I'll tell you who you are" (new Norwegian saying)
BOTH OF THESE ARE DEAD WRONG, PLEASE IGNORE!
Seems to me it ought to be this:
But hell, what do I know?.. I've never even used analog in GB-PVR or NPVR.Code:<Device filter="ATI AVStream MPEG2 Multiplexer"> <Name>ATI 650 Pro</Name> <Type>HARD_ENCODE</Type> <FilterEncoder>ATI MUX MPEG2 Output</FilterEncoder> </Device>
edit: or maybe I have it backwards, maybe like this?
Code:<Device filter="ATI MUX MPEG2 Output"> <Name>ATI 650 Pro</Name> <Type>HARD_ENCODE</Type> <FilterEncoder>ATI AVStream MPEG2 Multiplexer</FilterEncoder> </Device>
Last edited by johnsonx42; 2010-08-23 at 06:26 AM.
NPVR Tech Support Sticky - - http://forums.gbpvr.com/showthread.p...487#post454487
---------------------------
my config: NPVR 2.6.2/Win7Pro/Athlon II X3-440/radeon hd4550/hvr-2250/hvr-850/KWorld 315U/TimeWarner QAM & Analog, OTA ATSC/schedules direct
It should be
The filtername in the first line is the name of the capture filter. The fourth line is the name of the encoder/multiplexer filter.Code:<Device filter="ATI AVStream Analog Capture"> <Name>ATI 650 Pro</Name> <Type>HARD_ENCODE</Type> <FilterEncoder>ATI AVStream MPEG2 Multiplexer</FilterEncoder> </Device>
Code:10:01:35.109 INFO Checking AM_KSCATEGORY_CAPTURE filters 10:01:35.171 INFO found: ATI AVStream Analog Capture 10:01:35.218 INFO - (input) ATI Analog Video Input 10:01:35.218 INFO - (input) ATI Analog Audio Input 10:01:35.218 INFO - (output) ATI Video Capture Output 10:01:35.218 INFO - (output) ATI VBI Output 10:01:35.218 INFO - (output) ATI Audio Capture Output 10:01:35.218 INFO - (output) ATI Video Decoder YUV Output 10:01:35.218 INFO - (output) ATI Audio Decoder PCM Output ... 10:01:35.281 INFO Checking AM_KSCATEGORY_MULTIPLEXER filters 10:01:35.281 INFO found: ATI AVStream MPEG2 Multiplexer 10:01:35.281 INFO - (input) ATI MUX Video YUV Input 10:01:35.281 INFO - (input) ATI MUX Audio PCM Input 10:01:35.281 INFO - (output) ATI MUX MPEG2 Output
Thanks sub, that makes it more clear. I was thinking more along the lines of the old direct.ini where you had to define all the inputs and outputs; I didn't understand what went where for NPVR.The filtername in the first line is the name of the capture filter. The fourth line is the name of the encoder/multiplexer filter.
NPVR Tech Support Sticky - - http://forums.gbpvr.com/showthread.p...487#post454487
---------------------------
my config: NPVR 2.6.2/Win7Pro/Athlon II X3-440/radeon hd4550/hvr-2250/hvr-850/KWorld 315U/TimeWarner QAM & Analog, OTA ATSC/schedules direct
I have the ATI 650. My FilterCheck.log output matches exactly what I see here. I added the lines shown to the AnalogDevices.xml file, but then when I look for tuners I get the message
"FindFilterByName failed to locate filter: MainConcept (HCW) MPEG Multiplexer-Plus"
where did 'MainConcept come from.