NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 14 15 16 17 18 … 263 Next »
Analog capture for compro E900f: a big filtercheck.log

 
  • 0 Vote(s) - 0 Average
Analog capture for compro E900f: a big filtercheck.log
V_J
Offline

Member

Posts: 61
Threads: 15
Joined: Nov 2014
#1
2014-11-13, 11:28 AM
Hello,

I'm trying to add the analog capture features of my Compro E900f, but have some problems. Installing SoftPVR (I followed option 2) did not make it show up in the devices list.

The output of Filtercheck is quite big, and I am actually not sure what to add to "AnalogDevice.xml"...

The card is found as "7164 BDA Analog Capture", and it shows twice in the category "Checking AM_KSCATEGORY_CAPTURE filters", perhaps because the card has dual tuners. The category "Checking AM_KSCATEGORY_ENCODER filters" has 11 entries, the category "Checking AM_KSCATEGORY_MULTIPLEXER filters" has 5 entries; all of them repeated twice and finally "Checking AM_KSCATEGORY_CROSSBAR filters" has 2 entries. I've attached the filtercheck file (renamed it to TXT to attach it).

Any suggestions on what to put in the xml file?

Thanks!

Jörg
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#2
2014-11-13, 05:05 PM
this device looks just like the analog half of an Hauppauge HVR-2250, except with generic filter names. Try:
Code:
    <Device filter="7164 BDA Analog Capture">
        <Name>compro E900f</Name>
        <Type>HARD_ENCODE</Type>
                <FilterEncoder>7164 MPEG2 TS Encoder/Mux</FilterEncoder>
    </Device>
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#3
2014-11-13, 05:08 PM (This post was last modified: 2014-11-13, 05:13 PM by johnsonx42.)
by the way, was that your entire filtercheck log, or did you edit it down? assuming the card has shared digital tuners you are using as well, you'll need to post the entire filtercheck.log (.zip it if it's too big to post as .txt). You'll need a DeviceRules.xml entry as well to make NextPVR understand that you have 2 tuners that can be used as analog OR digital, rather than a card with 2 digital AND 2 analog tuners that can all be used at once. (but you can definitely get started with just the AnalogDevices entry)
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
V_J
Offline

Member

Posts: 61
Threads: 15
Joined: Nov 2014
#4
2014-11-13, 05:20 PM
Thanks for the reply!
Why did you select that FilterEncoder? Would there be any point in entries to AnalogDevice.xml using the other encoders? Or am I missing the point...

It was the entire log. The computer contains the e900f and a Technisast Skystar USB HD.
In NextPVR, the e900f results in 2 digital tuners but no analog ones. However, as there is no analog signal here anymore, I do not care about that. Smile I just need the DVB-T aspects.

I will give the modified xml a go (not at that computer now), perhaps tonight but if not in the weekend. I'll post back results.

Thanks!
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#5
2014-11-13, 05:38 PM (This post was last modified: 2014-11-13, 05:47 PM by johnsonx42.)
V_J Wrote:In NextPVR, the e900f results in 2 digital tuners but no analog ones. However, as there is no analog signal here anymore, I do not care about that. Smile I just need the DVB-T aspects.
color me confused. if you have no analog signal and don't care about the analog tuners showing up, then why are you asking for help to setup your analog tuners?

I do now see that the filtercheck log was complete, I was just looking at it backwards.

leaving aside my confusion, and assuming you do indeed want to use your analog capture devices in some capacity, here's the DeviceRules.xml entry you'll need as well:
Code:
        <!-- compro E900f -->
        <Filter name="7164 BDA Analog Capture" resource="compro E900f" />
        <Filter name="7164 BDA DVBT Tuner" resource="compro E900f" />
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,789
Threads: 769
Joined: Nov 2003
#6
2014-11-13, 05:45 PM
V_J Wrote:In NextPVR, the e900f results in 2 digital tuners but no analog ones. However, as there is no analog signal here anymore, I do not care about that. Smile I just need the DVB-T aspects.
You shouldn't need to worry about making changes to you xmltv files then. You should be good to go with the default install.
V_J
Offline

Member

Posts: 61
Threads: 15
Joined: Nov 2014
#7
2014-11-13, 08:30 PM
johnsonx42 Wrote:color me confused. if you have no analog signal and don't care about the analog tuners showing up, then why are you asking for help to setup your analog tuners?
The card also has analog video inputs: composite; s-video and component. While I don't need the analog tuners, I would like to be able to use those inputs, but I cannot select them in the DVB-T device.

With your suggestion added to the AnalogDevices.xml file, I get 2 analog devices (both allow access to the same inputs, so I just need one). In the device setup of the analog device, I can select "add channel", and then select the input source in the drop down box: it can be svideo, composite or fixed channel. So now I have access to the input. Smile
(I did not change DeviceRules.xml)

So very happy that I have the analog capture inputs available now. However, the component input is not shown, but in filtercheck.log there was an entry that relates to YUV. Any idea how to get that one as well?

Thanks!
johnsonx42
Offline

Posting Freak

Posts: 7,298
Threads: 189
Joined: Sep 2008
#8
2014-11-13, 09:19 PM (This post was last modified: 2014-11-13, 09:30 PM by johnsonx42.)
V_J Wrote:I get 2 analog devices (both allow access to the same inputs, so I just need one).
assuming this compro E900f is similar to a Hauppauge HVR-2200, you'll probably find that the analog inputs available on the card are connected to one of the analog capture devices; the second may allow selection of those same inputs, but they aren't actually there.
Quote:(I did not change DeviceRules.xml)
this isn't necessary to make the analog capture device work, as you've found. However, without that entry, NextPVR may attempt to use the same capture device for both analog and digital at the same time which won't work. The results may range from an otherwise harmless failure to start a device, to one recording stomping on the other, to the whole thing locking up.

Quote:However, the component input is not shown, but in filtercheck.log there was an entry that relates to YUV. Any idea how to get that one as well?
as to the component input, last time this came up sub said it's not supported; the code doesn't currently enumerate or route the "Video YRYBY In" pin (on the crossbar).
server: NextPVR 5.0.7/Win10 2004/64-bit/AMD A6-7400k/hvr-2250 & hvr-1250/Winegard Flatwave antenna/Schedules Direct
main client: NextPVR 5.0.7 Desktop Client; LG 50UH5500 WebOS 3.0 TV
mvallevand
Offline

Posting Freak

Ontario Canada
Posts: 53,120
Threads: 957
Joined: May 2006
#9
2014-11-13, 10:23 PM
For the component input if you can create a graph that it that plays live tv with graphStudioNext you could use Network Recorder with the SageGraphRecorder.

Martin
V_J
Offline

Member

Posts: 61
Threads: 15
Joined: Nov 2014
#10
2014-11-14, 08:32 AM
johnsonx42 Wrote:assuming this compro E900f is similar to a Hauppauge HVR-2200, you'll probably find that the analog inputs available on the card are connected to one of the analog capture devices; the second may allow selection of those same inputs, but they aren't actually there.
Good to know! I believe that in the Compro software, they are only selectable via the first tuner (I used it some time ago, and prefer not to install it if it is not necessary - though after installing the Compro software, I see additional decoders (where I currently have LAV) for playback... so maybe I should install it just to get those decoders...). I'm not sure the numbering of tuners is the same, but I'll be sure to check the inputs before disabling the analog device that does not have it. Thanks!

johnsonx42 Wrote:this isn't necessary to make the analog capture device work, as you've found. However, without that entry, NextPVR may attempt to use the same capture device for both analog and digital at the same time which won't work. The results may range from an otherwise harmless failure to start a device, to one recording stomping on the other, to the whole thing locking up.
Thanks for the info. I'll make the change, just to avoid any issues. I probably won't capture from analog while recording from TV, but when things are scheduled or so, who knows... Smile

johnsonx42 Wrote:as to the component input, last time this came up sub said it's not supported; the code doesn't currently enumerate or route the "Video YRYBY In" pin (on the crossbar).
Good to know it is not supported yet (edit: this sounded strange, I meant good to know in the sense that there is no need to look for it further Smile). If I need it component, I could always get by with the Compro software... I just would like to convert some old home VHS movies, so s-video should suffice (alternative would be s-video -> receiver -> component -> capture, but I'm not sure the conversion to component would improve the recording). The component input on the card also does not support very high resolutions (up to 576p).

mvallevand Wrote:For the component input if you can create a graph that it that plays live tv with graphStudioNext you could use Network Recorder with the SageGraphRecorder.
I quickly googled those tools (I'm quite new to this), and it looks very interesting (e.g. the ability to add a USB camera as a channel!). Not sure I'll go that route immediately, but always good to have alternatives in mind. Smile

Thanks guys! Cool
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Magewell 11100 Quad-HDMI Capture Card Len_Lekx 2 257 2025-06-03, 01:18 AM
Last Post: Len_Lekx
  Best UK Freeview capture device? bgowland 9 944 2025-05-08, 01:09 PM
Last Post: bgowland
  MyGica X692 Quad Capture Card Error LTKodiUser 1 1,108 2022-11-10, 11:27 AM
Last Post: mvallevand
  Pros and cons of different capture cards for dual PC streaming augusvena 0 1,218 2021-09-29, 06:57 AM
Last Post: augusvena
  Can I use any capture card with my stream deck? RoshaBeli 1 1,357 2021-09-18, 04:06 PM
Last Post: sub
  What would the best PVR/Capture Card be? ryanhurst39 0 1,345 2021-08-06, 02:43 AM
Last Post: ryanhurst39
  What would the best PVR/Capture Card be? wiledafoe47 1 1,785 2021-02-09, 01:46 PM
Last Post: NumberFive
  Magewell USB Capture DVI Plus not detected x0hs 7 3,363 2020-11-28, 12:06 AM
Last Post: x0hs
  Need a new HDMI capture card for nextpvr Kamakzie1976 4 3,025 2020-08-25, 05:16 PM
Last Post: Kamakzie1976
  USB HDMI Capture devices mvallevand 3 5,019 2020-07-29, 05:03 PM
Last Post: mvallevand

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode