dvbcap.inf Driver File Contents (GlobeDigitalSetupV2114Build0104.zip)

;==============================================================================
;DVB CAPTURE DEVICE DRIVER (WDM) 
;
;
;OS: 2000, XP, XP64
;
;(c) 1999-2007 by ODSoft multimedia
;==============================================================================

[Version]
LayoutFile=Layout.inf, Layout1.inf, Layout2.inf
signature="$CHICAGO$"
Class=Media
ClassGUID={4d36e96c-e325-11ce-bfc1-08002be10318}
Provider=%Prov%
DriverVer=01/02/2007, 1.10.1.1

;------------------------------------------------------------------------------
;File section
;------------------------------------------------------------------------------

[SourceDisksNames]
1=%DVBCAP.Disk%,,,

[DestinationDirs]
CopyDrivers32=10,system32\drivers
CopyDrivers64=10,system32\drivers
CopyFiles32=11
CopyFiles64=11

[SourceDisksFiles]
dvbcap32.sys   = 1
dvbcap64.sys = 1
dvbcap32.dll = 1
dvbcap64.dll = 1

[CopyDrivers32]
dvbcap32.sys,,,2
stream.sys,,,2

[CopyDrivers64]
dvbcap64.sys,,,2
stream.sys,,,2

[CopyFiles32]
dvbcap32.dll,,,2

[CopyFiles64]
dvbcap64.dll,,,2

;------------------------------------------------------------------------------
;Device section
;------------------------------------------------------------------------------

[Manufacturer]
%ODSMfg%=Device_Models, NTx86, NTamd64

[Device_Models]
%dvbcap.DeviceDesc%=dvbcap.Device,DVBCAP

[Device_Models.NTx86]
%dvbcap.DeviceDesc%=dvbcap.Device,DVBCAP

[Device_Models.NTamd64]
%dvbcap.DeviceDesc%=dvbcap.Device,DVBCAP

[dvbcap.Device.NTx86]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      Stream.Registration,KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg=     dvbcap.NTx86.AddReg
CopyFiles=  CopyDrivers32, CopyFiles32
RegisterDlls=dvbcap.Register32

[dvbcap.Device.NTamd64]
Include=    ks.inf, kscaptur.inf, ksfilter.inf
Needs=      Stream.Registration,KS.Registration,KSCAPTUR.Registration.NT,MSPCLOCK.Installation
AddReg=     dvbcap.NTamd64.AddReg
CopyFiles=  CopyDrivers64, CopyFiles64
RegisterDlls=dvbcap.Register64

;------------------------------------------------------------------------------
;Register section
;------------------------------------------------------------------------------

[dvbcap.NTx86.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,dvbcap32.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
HKR,"Config","Brightness",0x10003,0
HKR,"Config","Contrast",0x10003,0
HKR,"Config","Saturation",0x10003,0
HKR,"Config","Input",0x10003,0

[dvbcap.NTamd64.AddReg]
HKR,,DevLoader,,*ntkern
HKR,,NTMPDriver,,dvbcap64.sys
HKR,,PageOutWhenUnopened,3,01
HKR,,DontSuspendIfStreamsAreRunning,3,01
HKR,"Config","Brightness",0x10003,0
HKR,"Config","Contrast",0x10003,0
HKR,"Config","Saturation",0x10003,0
HKR,"Config","Input",0x10003,0

[dvbcapprop.NTx86.AddReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"dvbcapPropertyPage",,"%11%\Regsvr32 /s %11%\dvbcap32.dll"

[dvbcapprop.NTamd64.AddReg]
HKLM,Software\Microsoft\Windows\CurrentVersion\RunOnce,"dvbcapPropertyPage",,"%11%\Regsvr32 /s %11%\dvbcap64.dll"

[dvbcap.Register32]
11,,dvbcap32.dll,1 ;FLG_REGSVR_DLLREGISTER

[dvbcap.Register64]
11,,dvbcap64.dll,1 ;FLG_REGSVR_DLLREGISTER

[DVBCAP.Device.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
;AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvTuner,
AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,

[DVBCAP.Device.NTx86.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
;AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvTuner,
AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,

[DVBCAP.Device.NTamd64.Interfaces]
AddInterface={65e8773d-8f56-11d0-a3b9-00a0c9223196},"GLOBAL",VideoCapture,
AddInterface={6994AD05-93EF-11D0-A3CC-00A0C9223196},"GLOBAL",VideoCapture,
;AddInterface={a799a800-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvTuner,
AddInterface={a799a801-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoCrossbar,
;AddInterface={a799a802-a46d-11d0-a18c-00a02401dcd4},"GLOBAL",VideoTvAudio,

[VideoCrossbar]
AddReg=VideoXBar.AddReg

[VideoCapture]
AddReg=VideoCapture.AddReg

;[VideoTvTuner]
;AddReg=VideoTvTuner.AddReg

;[VideoTvAudio]
;AddReg=VideoTvAudio.AddReg

[VideoCapture.AddReg]
HKR,,CLSID,,{17CCA71B-ECD7-11D0-B908-00A0C9223196}		; ksproxy.ax
HKR,,FriendlyName,,%DVBCAP.Capture%
; IAMVideoCompression installed as static interface on both output pins
HKR,PinFactory\0\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}
HKR,PinFactory\1\Interfaces\{C6E13343-30AC-11d0-A18C-00A0C9118956},,,{C6E13343-30AC-11d0-A18C-00A0C9118956}

; Property Set : {5EB3F9B4-8AB9-43a8-B88B-626042E04DB2}
; Property Page: {4D0E4321-4206-43a6-894A-C356681572D7}
;HKCR,CLSID\{5EB3F9B4-8AB9-43a8-B88B-626042E04DB2},,,"PropSet_VideoInput"
;HKCR,CLSID\{5EB3F9B4-8AB9-43a8-B88B-626042E04DB2}\InprocServer32,,,dvbcap.dll
;HKCR,CLSID\{5EB3F9B4-8AB9-43a8-B88B-626042E04DB2}\InprocServer32,ThreadingModel,,Both
; This IID is aggregated for the filter given the CLSID of the property set
HKLM,System\CurrentControlSet\Control\MediaInterfaces\{5EB3F9B4-8AB9-43a8-B88B-626042E04DB2},,,"PropSet_VideoInput"
HKLM,System\CurrentControlSet\Control\MediaInterfaces\{5EB3F9B4-8AB9-43a8-B88B-626042E04DB2},IID,1,B4,F9,B3,5E,B9,8A,A8,43,B8,8B,62,60,42,E0,4D,B2
; CameraControl Property Page
HKCR,CLSID\{4D0E4321-4206-43a6-894A-C356681572D7},,,"PropPage_VideoInput"
HKCR,CLSID\{4D0E4321-4206-43a6-894A-C356681572D7}\InprocServer32,,,dvbcap.dll
HKCR,CLSID\{4D0E4321-4206-43a6-894A-C356681572D7}\InprocServer32,ThreadingModel,,Both
; Associate the property set with the above property page
HKLM,System\CurrentControlSet\Control\MediaSets\{5EB3F9B4-8AB9-43a8-B88B-626042E04DB2}\PropertyPages\{4D0E4321-4206-43a6-894A-C356681572D7},,,"PropPage_VideoInput"

;[VideoTvTuner.AddReg]
;HKR,,CLSID,,{266EEE40-6C63-11cf-8A03-00AA006ECB65}
;HKR,,FriendlyName,,%DVBCAP.TvTuner%
    
[VideoXBar.AddReg]
HKR,,CLSID,,{71F96460-78F3-11d0-A18C-00A0C9118956}
HKR,,FriendlyName,,%DVBCAP.Crossbar%

;[VideoTvAudio.AddReg]
;HKR,,CLSID,,{71F96462-78F3-11d0-A18C-00A0C9118956}
;HKR,,FriendlyName,,%DVBCAP.TvAudio%

;------------------------------------------------------------------------------
;Service section
;------------------------------------------------------------------------------

[dvbcap.Device.NTx86.Services]
AddService = DVBCAP,0x00000002,dvbcap.ServiceInstall32

[dvbcap.Device.NTamd64.Services]
AddService = DVBCAP,0x00000002,dvbcap.ServiceInstall64

[dvbcap.ServiceInstall32]
DisplayName   = %DVBCAP.DeviceDesc%
ServiceType   = 1
StartType     = 2
ErrorControl  = 1
ServiceBinary = %12%\dvbcap32.sys

[dvbcap.ServiceInstall64]
DisplayName   = %DVBCAP.DeviceDesc%
ServiceType   = 1
StartType     = 2
ErrorControl  = 1
ServiceBinary = %12%\dvbcap64.sys

;------------------------------------------------------------------------------
;String section
;------------------------------------------------------------------------------

[Strings]
Prov=              "ODSoft Multimedia"
ODSMfg=            "ODSoft Multimedia"
DVBCAP.DeviceDesc= "SAA7146 Video Capture Device"
DVBCAP.Disk=       "SAA7146 Video Capture Device - Install Disk"
DVBCAP.Capture=    "dvbcap Capture"
;DVBCAP.TvTuner=    "dvbcap TV-Tuner"
DVBCAP.Crossbar=   "dvbcap Crossbar"
DVBCAP.TvAudio=    "dvbcap TV-Audio"
Download Driver Pack

How To Update Drivers Manually

After your driver has been downloaded, follow these simple steps to install it.

  • Expand the archive file (if the download file is in zip or rar format).

  • If the expanded file has an .exe extension, double click it and follow the installation instructions.

  • Otherwise, open Device Manager by right-clicking the Start menu and selecting Device Manager.

  • Find the device and model you want to update in the device list.

  • Double-click on it to open the Properties dialog box.

  • From the Properties dialog box, select the Driver tab.

  • Click the Update Driver button, then follow the instructions.

Very important: You must reboot your system to ensure that any driver updates have taken effect.

For more help, visit our Driver Support section for step-by-step videos on how to install drivers for every file type.

server: ftp, load: 2.30