I have a WinTV 2250 HVR that I am trying to get working in VLC. I have searched this and other forums, other folks have had similar problems but I have found no resolution. First a few details:
OS: Windows XP SP3
Card Driver: hcw89.sys v7.6.1.27086
VLC Versions:0.8.6i, 0.9.9, 1.0.0-rc1, 1.0.0-rc2 with a couple of nightlies thrown in for good measure.
Apps that work:
WinTV7 (naturally)
BeyondTV
MediaPortal
VLC works neither form the command line nor the GUI.
The latest command line I have tried is:
Code: Select all
vlc --qt-display-mode=0 --verbose=2 dshow:// --dshow-vdev="Hauppauge WinTV-7164 Analog Capture #1" --dshow-adev="" --dshow-caching=5000 --dshow-fps=29 --dshow-tuner-channel=69
- dshow debug: found device: Hauppauge WinTV-7164 Analog Capture
dshow debug: found device: Hauppauge WinTV-7164 Analog Capture #1
dshow debug: using device: Hauppauge WinTV-7164 Analog Capture #1
dshow debug: EnumDeviceCaps: output pin: I2S Audio
dshow debug: EnumDeviceCaps: output pin: Analog ITU Video
dshow debug: EnumDeviceCaps: output pin: VBI
dshow debug: EnumDeviceCaps: input pin: Analog Video In
dshow debug: EnumDeviceCaps: input pin: Analog Audio
dshow debug: EnumDeviceCaps: trying pin I2S Audio
dshow debug: EnumDeviceCaps: input pin media: unsupported format (unknown ??6?)
dshow debug: EnumDeviceCaps: trying pin Analog ITU Video
dshow debug: EnumDeviceCaps: input pin media: unsupported format (video ??6?)
dshow debug: EnumDeviceCaps: trying pin VBI
dshow debug: EnumDeviceCaps: input pin media: unsupported format (unknown ?? ?)
dshow debug: EnumDeviceCaps: input pin media: unsupported format (unknown ?? ?)
dshow error: capture device 'Hauppauge WinTV-7164 Analog Capture #1' does not support required parameters !
dshow error: can't open video
qt4 debug: Error while initializing qt-specific localization
I have also looked for documentation on the Capture Device Advanced Options settings but have had no luck. Any help in that area would be appreciated as well.
Is there any way to see which parameters are not supported? Has any one gotten the card to work? If so, would you be so kind as to post the configuration/command line used?
Regards and Thanks
Joe