NextPVR Forums

Full Version: Analog Capture Device on NPVR - Magic-Pro HDTV - No Multiplexer Filter?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I'm trying to get Analog Capture working on a device, following the approach in the ATI 650 Thread, to add to AnalogDevices.xml. I've got the filter log (and yep johnsonx42, I've got the SoftPVR sorted out) but it doesn't seem to have a line stating any multiplexer filter like the AI one? Or should it just read SOFT_ENCODE with NO FilterEncoder line. I can't read the Chinese, but it seems to say it has "Amalog Capture" of some description.

http://forums.nextpvr.com/showthread.php...lems/page3

Code:
<Device filter="Magic-Pro Analog Capture">
<Name>Magic-Pro ProHDTV Gold-Silver</Name>
  <Type>HARD_ENCODE</Type>
  <FilterEncoder>??????????????</FilterEncoder>
</Device>

Code:
17:17:58.516 INFO
17:17:58.517 INFO found: [B][COLOR=red]Magic-Pro Analog Capture
[/COLOR][/B]17:17:58.529 INFO  - (output) Capture
17:17:58.529 INFO  - (output) Preview
17:17:58.529 INFO  - (output) VBI
17:17:58.529 INFO  - (output) Audio
17:17:58.529 INFO  - (input)  Analog Video In
17:17:58.529 INFO  - (input)  Analog Audioinput
17:17:58.529 INFO
17:17:58.530 INFO found: Hauppauge WinTV PVR PCI II Capture
17:17:58.537 INFO  - (input)  Analog Video In
17:17:58.537 INFO  - (input)  Analog Audio In
17:17:58.537 INFO  - (output) Capture
17:17:58.537 INFO  - (output) Audio Out
17:17:58.537 INFO  - (output) VBI
17:17:58.537 INFO  - (output) 656
17:17:58.537 INFO
This most likely a software encoder device, so doesnt have an encoder/multiplexer filter. See the other examples in AnalogDevices.xml for soft encoder devices.
I tried all of these, but no dice, so gave up. No worries, I hate the card .... :-)

One thing that I didn't get was after I removed it from the xml, it was still a device in settings, devices.

So I disabled it from the list in settings, devices, with enabled, unchecked but now the Analog Side of my Hauppage WinTV PVR150 didn't work any more either.

So I removed the card physically from the computer and ... it was still a device in settings, devices,

So I ended up using SQLiteBrowser and removed the card from the list of devices that way.

Now I really dislike this card .... :-)

Code:
<Device filter="Magic-Pro Analog Capture">
<Name>Magic-Pro ProHDTV Gold-Silver</Name>
  <Type>SOFT_ENCODE</Type>
</Device>

<Device filter="Magic-Pro Analog Capture">
<Name>Magic-Pro ProHDTV Gold-Silver</Name>
  <Type>HARD_ENCODE</Type>
  <FilterEncoder>Magic-Pro Analog Capture</FilterEncoder>
</Device>

<Device filter="Magic-Pro Analog Capture">
<Name>Magic-Pro ProHDTV Gold-Silver</Name>
  <Type>HARD_ENCODE</Type>
  <FilterEncoder>MPEG2 Transport</FilterEncoder>
</Device>

<Device filter="Magic-Pro Analog Capture">
<Name>Magic-Pro ProHDTV Gold-Silver</Name>
  <Type>HARD_ENCODE</Type>
  <FilterEncoder>AVStream TS Capture</FilterEncoder>
</Device>

k.
Well there is no function for deleting devices in npvr (yet). I had to do the same to get rid of a USB DVB-T device that died.