https://www.youtube.com/watch?v=p7VqV-G ... e=youtu.be
Here are the parameters I'm using to open / play the device, launched via a PowerShell script:
Code: Select all
vlc `
dshow:// `
:dshow-vdev="Game Capture HD60 Pro (Video) (#01)" `
:dshow-adev="Game Capture HD60 Pro (Audio) (#01)" `
:dshow-size="1920x1080" `
:dshow-aspect-ratio=16\:9 `
:dshow-chroma= `
:dshow-fps=60 `
:no-dshow-config `
:no-dshow-tuner `
:dshow-tuner-channel=0 `
:dshow-tuner-frequency=0 `
:dshow-tuner-country=0 `
:dshow-tuner-standard=0 `
:dshow-tuner-input=0 `
:dshow-video-input=-1 `
:dshow-video-output=-1 `
:dshow-audio-input=-1 `
:dshow-audio-output=-1 `
:dshow-amtuner-mode=1 `
:dshow-audio-channels=0 `
:dshow-audio-samplerate=48000 `
:dshow-audio-bitspersample=16 `
:live-caching=300 `
--aout=waveout `
--waveout-audio-device="Realtek Digital Output (2- Real (`$1,`$64)"
And here is the resulting logfile from the above video:
https://drive.google.com/file/d/1anN-O0 ... sp=sharing
Not sure what I should be looking for... any ideas?