I have an AJA board with an SDI input cable connected to it. The input signal has video and audio embeded.
The video is accesible through the "Vid" Pin and the audio is accesible through the "Aud 1-2" pin.
Well running DirectShow filter graphs:


"No Direct Show Audio Devices":

I cannot get FFMPEG to correctly map the audio part.
This is what I tried without success to record the audio:
ffmpeg -y -rtbufsize 2048M -f dshow -i audio="AJA S-Capture KonaLHi- 0" -acodec pcm_s24le -ar 48000 output.wav
ffmpeg -y -rtbufsize 2048M -f dshow -audio_pin_name "Aud 1-2" -i audio="AJA S-Capture KonaLHi- 0" -acodec pcm_s24le -ar 48000 output.wav
this is the return error I get return error:

The filter is NOT being used by any other software. I have no problems recording the video.