While I can connect the audio output of many devices to my PC's own audio-in jack to work around this, I'd prefer using the audio-in capability of the capture cards I use, especially when one of the inputs is HDMI that includes audio of its own. There doesn't appear to be an option to use the audio inputs on Aver Media cards, specifically.
When I try browsing an Aver card's video capture filters using Graphedit or GraphStudio, I see "Analog Video In" and "Analog Audioinput" on the capture side, and "Capture" and "Audio" on the output side. Some applications like Roxio Creator can see these and use them. Those apps have other problems however, which is why I'm looking closer at VLC.
I have attempted hand-coding the dshow-adev device and pin number to work around it. For example:
Code: Select all
:dshow-vdev=AVerMedia BDA Analog Capture Secondary :dshow-adev=AVerMedia BDA Analog Capture Secondary :dshow-video-input=0 :dshow-audio-input=2
I got the pin numbers from the Device Properties dialog that can come up; the help for :dshow-video-input says I can use that to retrieve pin numbers to select input sources, in this case '0' is composite or component, and '1' is S-Video or HDMI. They have related audio pins "2" for composite / component and "3" for S-Video / HDMI. I know the video pin numbers are correct at least.
--