NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) GB-PVR Support (legacy) v
« Previous 1 … 716 717 718 719 720 … 1231 Next »
HOW TO: Intervideo Decoder Registry Patch for GBPVR

 
  • 0 Vote(s) - 0 Average
HOW TO: Intervideo Decoder Registry Patch for GBPVR
csy
Offline

Senior Member

Posts: 502
Threads: 51
Joined: Jul 2005
#1
2006-08-03, 01:00 AM (This post was last modified: 2006-08-13, 07:34 AM by csy.)
This is a Intervideo decoder registry patch specific to GBPVR only, covering the decoders provided by WinDVD, codec packs, and Hauppauge Intervideo decoder version 4 (and assumed to work on Hauppauge Intervideo decoder versions 3 and 5)

By default, the Intervideo decoders have not enabled hardware acceleration, VMR, hardware de-interlacing, or DD/DTS 5.1.

Summary:
The principle aim of the registry settings below is to enable hardware de-interlacing to provide the best picture quality available on your system (quality is video card dependant), and enable DD/DTS 5.1 software decoding (if supported by your decoder product type). In more detail, this registry patch enables and maximises the hardware acceleration, enables VMR7/9 capability, enables hardware de-interlacing capability, and enables DD/DTS 5.1 software decoding.
Copy and paste the below code into notepad and save with a given filename, then change filename extension to .reg and double-click on file and you should be prompted to add the patch to the registry.

Caution: this should only be applied if your video card supports DXVA and VMR

Code:
REGEDIT4

[HKEY_CURRENT_USER\Software\InterVideo\Common\VIDEODEC\GBPVR]
"BOBWEAVE"=dword:00000000
"DXVA"=dword:00000001
"HWMC"=dword:00000001
"NVMCP"=dword:00000001
"VMR"=dword:00000002
"HwColor"=dword:00000001

[HKEY_CURRENT_USER\Software\InterVideo\Common\AUDIODEC\GBPVR]
"AUDIO"=dword:00000005
"AUDIOCHAN"=dword:00000004

Options:
Old ivivideo.ax version 5 (and 6 ?) had the following dword added in both the video and audio registry keys to improve timing: "DsContinuousRate"=dword:00000001
Hardware Acceleration enabled: "DXVA"=dword:00000001
Hardware Acceleration enabled: "DXVA"=dword:00000000
VMR7/9 enabled: "VMR"=dword:00000002
VMR disabled: "VMR"=dword:00000000
Auto de-interlacing (default): "BOBWEAVE"=dword:00000000
Bob de-interlacing: "BOBWEAVE"=dword:00000001
Weave (no) de-interlacing: "BOBWEAVE"=dword:00000002
Analogue stereo (default): "AUDIO"=dword:00000001 "AUDIOCHAN"=dword:00000001
Analogue 4 channel output: "AUDIO"=dword:00000004 "AUDIOCHAN"=dword:00000003
Analogue 6 (5.1) channel output: "AUDIO"=dword:00000005 "AUDIOCHAN"=dword:00000004
SPDIF pass-through: "AUDIO"=dword:00000006 "AUDIOCHAN"=dword:00000007


Notes:
1. This registry patch works on WinDVD-7 2005 using ivivideo.ax versions up to and including 7.0.27.130, however later versions cause GBPVR have blank screen when exiting playback.
2. WinDVD OEM/bundle version has audio crippled to stereo only
3. WinDVD trial version has audio crippled to stereo only, and decoders will not function after expiry.
4. Codec packs often contain fully-capable decoders that don't expire (eg Cole2K 6.0.3 Std), but noting some packs may not have legal right to redistribute these codecs.
5. The video and audio GBPVR sub-keys are separate and you can apply each sub-key independantly.
6. Hardware de-interlacing provides the best picture quality available on your system (quality is video card dependant), but is dependant on DXVA and VMR-rendering to achieve this, therefore GBPVR needs to be configured to use a VMR renderer (VMR9, VMR9-custom, VMR7) for this to work.
7. VMR is CPU intensive, therefore recommend 2GHz CPU or faster to ensure smooth playback on VMR
8. The video decoder always sets “use accurate aspect ratio” flag towards renderer. GBPVR (v0.97.13) VMR9 and VMR7 renderers observes the flag and applies this aspect ratio correction inside the GBPVR aspect ratio rectangle (VMR9-custom does not). This can accidentally cause double aspect ratio correction to VMR9 and VMR7 renderer if GBPVR is also applying an “F7” aspect ratio (particularly if using GBPVR ‘auto’ aspect ratio during LiveTV-timeshift or video playback)
9. No audio dynamic range adjustment available
10. Cannot re-direct LFE (subwoofer) channel to front speakers
11. SPDIF pass-through will transparently forward the AC3 signal within Directshow to the soundcard for processing. If the soundcard has inbuilt hardware DD/DTS decoder, then you can configure the soundcard driver to decode the DD/DTS or alternatively also transparently forward the AC3 signal to an external SPDIF interface on the soundcard. Note you should not have the DVD player external SPDIF cable connected otherwise you will end-up with dual AC3 signals presented to the soundcard when playing DVD’s in the drive. Note also that the Intervideo audio decoder is intelligent enough to know to automatically fall-back to software decoding when an AC3 signal is not present, eg MPEG2 video playback.
12. This registry patch can be adapted to work with other Directshow applications be replacing the ‘GBPVR’ tail-end of the key with the valid registry name of the alternative application.
13. You can uninstall this patch by launching Regedit (at command prompt type regedit), navigate the tree structure to the 'GBPVR' sub-key within the decoder branch, and right-click on the 'GBPVR' sub-key and select delete.
[SIZE="1"]AMD Athlon X2 4200+ CPU, Gigabyte GA-MA770-DS3 mobo, 2GB RAM, 1TB SATA HDD, DigitalNow Dual Hybrid PCIE S2 and Hauppauge HVR2200 capture, ATI HD4670 video with HDMI-HDMI to 32" LCD TV at 1360x768, Win7 Home Premium 64bit, GBPVR 1.4.7, EVR renderer[/SIZE]
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#2
2006-08-03, 01:07 AM (This post was last modified: 2006-10-05, 02:25 AM by jksmurf.)
Quote:as one word with no spaces (the forum server keeps adding a space)
csy, just a couple of observations on the notes (into which it would seem you have put a lot of effort, thanks!)

1. A recent discussion resulted in the conclusion that if you wrap code (# button in forum) around these listings, you won't get those (unwanted) added spaces.

2. Another thought, just for simplicity, you might want to consider changing "Copy and paste the following lines..." to "in between the "====" lines" or something like that, for folks that are not familiar with which lines should or should not be copied and pasted.

3. If a person added these lines and their particular Video Card did NOT have some of these capabilities, will this result in an error or are the enabled properties simply ignored without errors?

4. Just out of curiosity, does anyone know what the copyright issues are surrounding codecs in general? e.g. the Cole2K codec pack contains a plethora of codecs (including Cyberlink and Intervideo) and is listed as "freeware". But those companies (Cyberlink and Intervideo) make software surrounding those codecs, which they sell. How does this actually work, are the codec packs not really free or do they licence the filters and codecs? And if you install programs like Trial versions of PowerDVD or WinDVD creator e.g. and let the Trial expire or strip out the codecs and filters and register them separately, is that a copyright violation? [EDIT] Refer http://msmvps.com/blogs/chrisl/archive/2.../9546.aspx. [/EDIT]

(Awesome stuff on the reg settings, btw).

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,785
Threads: 769
Joined: Nov 2003
#3
2006-08-03, 02:45 AM
Quote:4. Just out of curiosity, does anyone know what the copyright issues are surrounding codecs in general? e.g. the Cole2K codec pack contains a plethora of codecs (including Cyberlink and Intervideo) and is listed as "freeware". But those companies (Cyberlink and Intervideo) make software surrounding those codecs, which they sell. How does this actually work, are the codec packs not really free or do they licence the filters and codecs? And if you install programs like Trial versions of PowerDVD or WinDVD creator e.g. and let the Trial expire or strip out the codecs and filters and register them separately, is that a copyright violation?
These codec packs are illegally including them.
csy
Offline

Senior Member

Posts: 502
Threads: 51
Joined: Jul 2005
#4
2006-08-03, 03:04 AM
jksmurf Wrote:csy, just a couple of observations on the notes (into which it would seem you have put a lot of effort, thanks!)

1. A recent discussion resulted in the conclusion that if you wrap code (# button in forum) around these listings, you won't get those (unwanted) added spaces.

2. Another thought, just for simplicity, you might want to consider changing "Copy and paste the following lines..." to "in between the "====" lines" or something like that, for folks that are not familiar with which lines should or should not be copied and pasted.

Thanks, I'll edit the posts when I have a spare moment.

Quote:3. If a person added these lines and their particular Video Card did NOT have some of these capabilities, will this result in an error or are the enabled properties simply ignored without errors?

I'm unsure so I'll add a caution note at the top of the posts - thanks.
[SIZE="1"]AMD Athlon X2 4200+ CPU, Gigabyte GA-MA770-DS3 mobo, 2GB RAM, 1TB SATA HDD, DigitalNow Dual Hybrid PCIE S2 and Hauppauge HVR2200 capture, ATI HD4670 video with HDMI-HDMI to 32" LCD TV at 1360x768, Win7 Home Premium 64bit, GBPVR 1.4.7, EVR renderer[/SIZE]
csy
Offline

Senior Member

Posts: 502
Threads: 51
Joined: Jul 2005
#5
2006-08-03, 03:25 AM
jksmurf Wrote:And if you install programs like Trial versions of PowerDVD or WinDVD creator e.g. and let the Trial expire or strip out the codecs and filters and register them separately, is that a copyright violation?

The codec filters do stop functioning after the trial period, even if you strip them out.

The codec packs contain filters that don't expire (noting they are illegal).
[SIZE="1"]AMD Athlon X2 4200+ CPU, Gigabyte GA-MA770-DS3 mobo, 2GB RAM, 1TB SATA HDD, DigitalNow Dual Hybrid PCIE S2 and Hauppauge HVR2200 capture, ATI HD4670 video with HDMI-HDMI to 32" LCD TV at 1360x768, Win7 Home Premium 64bit, GBPVR 1.4.7, EVR renderer[/SIZE]
nitrogen_widget
Offline

Posting Freak

Posts: 797
Threads: 33
Joined: Aug 2005
#6
2006-08-03, 12:43 PM
Isn't hardware enabled by going to media player & choosing hardware acceleration?
Or is this just directx acceleration & the decoder is a seperate acceleration?

I'm confused.
csy
Offline

Senior Member

Posts: 502
Threads: 51
Joined: Jul 2005
#7
2006-08-03, 08:36 PM
Each application has its own individual sub-key under VIDEODEC and AUDIODEC, and therefore its own dword values. In some instances these sub-keys are implicit and may not be defined in the registry if using default values.
[SIZE="1"]AMD Athlon X2 4200+ CPU, Gigabyte GA-MA770-DS3 mobo, 2GB RAM, 1TB SATA HDD, DigitalNow Dual Hybrid PCIE S2 and Hauppauge HVR2200 capture, ATI HD4670 video with HDMI-HDMI to 32" LCD TV at 1360x768, Win7 Home Premium 64bit, GBPVR 1.4.7, EVR renderer[/SIZE]
Chris.Day
Offline

Member

Posts: 207
Threads: 10
Joined: Mar 2005
#8
2006-08-03, 08:38 PM
csy Wrote:The codec packs contain filters that don't expire (noting they are illegal).
And they can also install a load of crap on your system, screwing up DirectShow for various applications.
csy
Offline

Senior Member

Posts: 502
Threads: 51
Joined: Jul 2005
#9
2006-08-03, 09:22 PM
Thaks for the timely advise Chris.Day

Yes, a whole lot of filters will be installed if you allow an uncontrolled install, that's why with the Cole2K pack I recommended 'expert installation' option which give you control over which filters are installed.

And it is not the filters themselves that screw-up you system. The problem is thier Directshow 'merit' value can potentially change the default priority order of which filter is chosen first. This is principally only an issue if your directshow application is using the 'default' filters. Within GBPVR it is normal practice to manually define which filters (decoders) to use.

I recommend that only the bare minimum of required filters are installed on your system for simplicity, reliability, and ease of troubleshooting.
[SIZE="1"]AMD Athlon X2 4200+ CPU, Gigabyte GA-MA770-DS3 mobo, 2GB RAM, 1TB SATA HDD, DigitalNow Dual Hybrid PCIE S2 and Hauppauge HVR2200 capture, ATI HD4670 video with HDMI-HDMI to 32" LCD TV at 1360x768, Win7 Home Premium 64bit, GBPVR 1.4.7, EVR renderer[/SIZE]
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#10
2006-08-03, 11:11 PM
I installed all 3 of these registry patches yesterday, and while GBPVR playback video quality is just great, when I play a .mov file (the Toyota ad, with the Bulls going "Cows", they love it) that I have played for the kids using Mplayer Classic every day for the last week (so I have a good feeling for what it should look like), the video seems to have become significantly worse.

How can I troubleshoot this? I had a look inside Mplayer options but when it gave me a list of filters I got techno-phobia.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
« 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
  how to use IR server suite with GBPVR zaprat 82 63,131 2018-11-18, 05:32 PM
Last Post: Len_Lekx
  GBPVR support for Hauppauge WinTV-HVR-1900 or Hauppauge HD-PVR (PAL) lchiu7 23 18,544 2014-05-15, 12:59 AM
Last Post: lchiu7
  GBPVR and NPVR jigster99 2 5,207 2013-02-16, 01:50 AM
Last Post: jigster99
  BBC HD / BBD 1 HD in GBPVR Pob 21 13,638 2012-10-05, 05:42 PM
Last Post: Pob
  tv guide empty in gbpvr works in pvrx2 slowtech 37 17,419 2012-08-27, 04:00 PM
Last Post: rscheller
  Unused gbpvr returns to life with minimal effort KS4UA 0 2,373 2012-03-18, 02:07 AM
Last Post: KS4UA
  Last version of GBPVR download? matthrolf 8 6,523 2011-11-16, 09:22 AM
Last Post: MixMan
  Is card emulation as easy with gbpvr as with npvr? martint123 3 3,441 2011-10-20, 07:13 PM
Last Post: martint123
  GBPVR Webserver does not work - Windows 7 Pro, 64 Bit Ijaja 6 4,537 2011-10-19, 07:21 PM
Last Post: Basher52
  GBPVR will not wake up XP computer from sleep keith_leitch 8 4,931 2011-10-10, 08:26 PM
Last Post: keith_leitch

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

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

Linear Mode
Threaded Mode