NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Hardware v
« Previous 1 … 93 94 95 96 97 … 263 Next »
WDM Recorder using Software Compression

 
  • 0 Vote(s) - 0 Average
WDM Recorder using Software Compression
Kevl
Offline

Member

Posts: 246
Threads: 26
Joined: Aug 2005
#511
2005-08-22, 12:15 AM
Hi Norman

Have experimented further with your fine software.

Noticed that the plugin seems particularly fond of the "medium" record setting. On my setup it defaults back to this when closed and then reopened even if I set the quality to "LiveTV" or even "low"

Tried various colour settings. 480 lines is the most that was allowed.

Have edited recorder-config.xml and changed the res values to 720x576 in the sections where the resolution is specified.

The xml file had lots of stuff in it that was incorrect e.g country code 1 etc (rather than 44) in some sections - eg. capture source oid :0. Whereas in capture source oid:6 (presumably the RGB input) the values were correct and as per the setup form.

Hand corrected this and some other info. Ran GBPVR and got a better picture than before but still not as good as dScaler. When I then attempted to edit card info (to see what if any of my changes had been accepted) the plugin driver generated an exeption and complained about 576 being > 480. Probably this is due to parameter validation in your code. I can see why good code might take exeption to values outside its range. You probably put extra effort in to check values :-).

Begs the question as to why 480 lines is being reported by my device driver. dScaler seems to think that 720x576 is right and proper.

As a side note . The OSD is still very poor. It looks like the resolution of the OSD is still very low. If I had the wherewithall I would post screen shots to show you.

All of the above is with the v18 of your SW. havent yet tried the v19.


Best regards

Kev
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#512
2005-08-22, 01:16 PM
Kevl Wrote:Noticed that the plugin seems particularly fond of the "medium" record setting. On my setup it defaults back to this when closed and then reopened even if I set the quality to "LiveTV" or even "low"
The selection doesn't actually change the recording quality, it's just used to choose which one you want to modify. (The other recording plugins work in the same way.)

Kevl Wrote:Tried various colour settings. 480 lines is the most that was allowed.
This is pulled directly from the capture card drivers.

Kevl Wrote:The xml file had lots of stuff in it that was incorrect e.g country code 1 etc (rather than 44) in some sections - eg. capture source oid :0. Whereas in capture source oid:6 (presumably the RGB input) the values were correct and as per the setup form.
hmm, it shouldn't have let you save oid:0 (maybe due to an older version), it'll be ignored anyways. Only the capture source with the same oid as defined in the database will be used.

Kevl Wrote:When I then attempted to edit card info (to see what if any of my changes had been accepted) the plugin driver generated an exeption and complained about 576 being > 480. Probably this is due to parameter validation in your code. I can see why good code might take exeption to values outside its range. You probably put extra effort in to check values :-).
nope, no validation in my code. I can guess that the WDM drivers might be kicking it out though. Can you supply the log files from during configuration and from during you testing, they might explain where stuff is breaking, and what's supported by your card. (I've found some cases of where the same color space is listed twice with different capabilites)

Kevl Wrote:Begs the question as to why 480 lines is being reported by my device driver. dScaler seems to think that 720x576 is right and proper.
Does dScaler also use the WDM drivers? Maybe it's scaling up the video from 360x288?

Kevl Wrote:As a side note . The OSD is still very poor. It looks like the resolution of the OSD is still very low. If I had the wherewithall I would post screen shots to show you.
did you try VMR9 vs VMR7 vs Overlay?
Kevl
Offline

Member

Posts: 246
Threads: 26
Joined: Aug 2005
#513
2005-08-22, 07:18 PM
Hi

Tried VRM9, VRM7 and overlay mode.

VRM9 and 7 give a transparent osd which is of low resolution but the pixels appear smoothed. Overlay mode gives non transparent osd and the resolution is clearly very low. Fonts appear to be made from distinct large blocks. My graphics card is a 9600xt so is VRM9 compliant.

Dscaler can use the wdm model but has its own drivers also which are configured through the dscaler front end. When in dscaler using dshow WDM driver then it is possible to set a 720 x 576 screen resolution and picture is very high quality.

Wondered if the sweetspot wdm driver was to blame so uninstalled the open source driver and installed the sweetspot WDM driver supplied with the card.

No difference in display.

The video does actually seem to work when viewing the live TV it is just that the video is low res and the osd is really poor.


Kev
bentheo
Offline

Junior Member

Posts: 4
Threads: 0
Joined: Aug 2005
#514
2005-08-25, 07:27 PM
i've installed the version 19, and when i go to edit the settings for the wdm software encoder, it freezes and crashes when i choose my video capture card (wintv-go). i can't even save my settings.

any advice?
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#515
2005-08-25, 09:09 PM
bentheo Wrote:any advice?
zip up all your log files, and attache them here. Not much I can do without them.
bentheo
Offline

Junior Member

Posts: 4
Threads: 0
Joined: Aug 2005
#516
2005-08-26, 03:28 AM
sorry, i should have done that to begin with
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#517
2005-08-26, 08:56 AM
normanr Wrote:Can you supply the log files from during configuration and from during you testing, they might explain where stuff is breaking, and what's supported by your card. (I've found some cases of where the same color space is listed twice with different capabilites)
Woops, your logs are missing all the capture card details. When you open the configuration window, can you reselect your video capture card. This should make it parse all the options and log them. Then resend the logs. Thanks!
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#518
2005-08-26, 09:00 AM
bentheo Wrote:i've installed the version 19, and when i go to edit the settings for the wdm software encoder, it freezes and crashes when i choose my video capture card (wintv-go). i can't even save my settings.
argh, my support of cards without crossbar is less than great so far, basically it means that I need to ignore errors generated by a missing crossbar. (that's what the log files tell me). Do you have a more detailed error log of exactly where it breaks, or does it freeze before that's generated?

Otherwise I'll try and ignore any errors generated during crossbar detection, but I'm worried that the detection might be breaking it so badly that it can't recover.
bentheo
Offline

Junior Member

Posts: 4
Threads: 0
Joined: Aug 2005
#519
2005-08-26, 01:43 PM
normanr Wrote:argh, my support of cards without crossbar is less than great so far, basically it means that I need to ignore errors generated by a missing crossbar. (that's what the log files tell me). Do you have a more detailed error log of exactly where it breaks, or does it freeze before that's generated?

Otherwise I'll try and ignore any errors generated during crossbar detection, but I'm worried that the detection might be breaking it so badly that it can't recover.

those are the logs right after i tried to select my capture card. like is said it crashes right when i select it, so i guess it doesn't get generated
normanr
Offline

Posting Freak

Posts: 855
Threads: 3
Joined: Dec 2004
#520
2005-08-26, 03:58 PM
bentheo Wrote:those are the logs right after i tried to select my capture card. like is said it crashes right when i select it, so i guess it doesn't get generated
what's displayed when it crashes? is there any text then?
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (121): « Previous 1 … 50 51 52 53 54 … 121 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  Anyone got suggestions on TV tuner software? bakelmion 1 1,739 2021-10-19, 01:54 PM
Last Post: mvallevand
  HDHR Dual software settings? bisonfan 5 4,094 2015-09-18, 04:59 PM
Last Post: bisonfan
  looking 4 USB-capture software josee 4 5,010 2012-10-18, 04:43 PM
Last Post: johnsonx42
  MCE Remote WITHOUT ANY SOFTWARE! pBS 61 61,843 2012-09-13, 03:38 AM
Last Post: Wakalaka
  AMD Applies Final Coat of Polish to Catalyst 12.2 Software Suite OTAjunkie 5 3,036 2012-03-15, 07:27 AM
Last Post: b00sfuk
  Hauppauge WinTV HVR-1600 Hybrid Capture Card Software meccano 1 2,815 2011-08-14, 07:33 AM
Last Post: Reddwarf
  MCE remote and Hauppauge software Snooze 5 3,136 2011-04-06, 08:59 AM
Last Post: Sykor
  DVB-S card Software vs Hardware decoders #66 2 3,187 2010-12-20, 08:23 AM
Last Post: #66
  kwolrd 7135, or Phillips 7135 too old to be show on this software? pacoalcido 2 1,669 2010-06-09, 11:40 AM
Last Post: Reddwarf
  USB dual tuner w/hardware compression-39$US - Fry's pBS 6 2,883 2010-04-02, 06:25 PM
Last Post: ATHiker

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

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

Linear Mode
Threaded Mode