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
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.
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]