Hi,
I have an AVI video file for which I am trying to choose the right audio decoding filter. If I play this AVI video file, I get the HCW AC3 Audio Decoder filter. Here is the graph info:
Filter Graph Info:
Filter 'Default DirectSound Device'
CLSID: {79376820-07D0-11CF-A24D-0020AFD79767}
Host: C:\WINDOWS\system32\quartz.dll
Input Pin 'Audio Input pin (rendered)'
Connected to pin 'PCM Out' of filter 'HCW AC3 Audio Decoder'
Major type MEDIATYPE_Audio Sub type MEDIASUBTYPE_PCM, Format type FORMAT_WaveFormatEx
Filter 'Video Mixing Renderer 9'
CLSID: {51B4ABF3-748F-4E3B-A276-C828330E926A}
Host: C:\WINDOWS\system32\quartz.dll
Input Pin 'VMR Input0'
Connected to pin 'Out' of filter 'ffdshow Video Decoder'
Major type MEDIATYPE_Video Sub type MEDIASUBTYPE_YV12, Format type FORMAT_VideoInfo2
Input Pin 'VMR Input1'
Filter 'HCW AC3 Audio Decoder'
CLSID: {91A6D850-7CC4-4228-9118-48E6F59DED99}
Host: C:\WINDOWS\system32\Hauppauge\SMD07\hcw_mcac3dec.ax
Input Pin 'AC-3 In'
Connected to pin 'Stream 01' of filter 'AVI Splitter'
Major type MEDIATYPE_Audio Sub type Unknown GUID Name: {00002000-0000-0010-8000-00AA00389B71}, Format type FORMAT_WaveFormatEx
Output Pin 'PCM Out'
Connected to pin 'Audio Input pin (rendered)' of filter 'Default DirectSound Device'
Major type MEDIATYPE_Audio Sub type MEDIASUBTYPE_PCM, Format type FORMAT_WaveFormatEx
Filter 'ffdshow Video Decoder'
CLSID: {04FE9017-F873-410E-871E-AB91661A4EF7}
Host: C:\Program Files\ffdshow\ffdshow.ax
Input Pin 'In'
Connected to pin 'Stream 00' of filter 'AVI Splitter'
Major type MEDIATYPE_Video Sub type Unknown GUID Name: {44495658-0000-0010-8000-00AA00389B71}, Format type FORMAT_VideoInfo
Output Pin 'Out'
Connected to pin 'VMR Input0' of filter 'Video Mixing Renderer 9'
Major type MEDIATYPE_Video Sub type MEDIASUBTYPE_YV12, Format type FORMAT_VideoInfo2
Input Pin 'In Text'
Filter 'AVI Splitter'
CLSID: {1B544C20-FD0B-11CE-8C63-00AA0044B51E}
Host: C:\WINDOWS\system32\quartz.dll
Output Pin 'Stream 00'
Connected to pin 'In' of filter 'ffdshow Video Decoder'
Major type MEDIATYPE_Video Sub type Unknown GUID Name: {44495658-0000-0010-8000-00AA00389B71}, Format type FORMAT_VideoInfo
Output Pin 'Stream 01'
Connected to pin 'AC-3 In' of filter 'HCW AC3 Audio Decoder'
Major type MEDIATYPE_Audio Sub type Unknown GUID Name: {00002000-0000-0010-8000-00AA00389B71}, Format type FORMAT_WaveFormatEx
Input Pin 'input pin'
Connected to pin 'Output' of filter 'M:\Movies\MyMovie.avi'
Major type MEDIATYPE_Stream Sub type MEDIASUBTYPE_Avi, Format type TIME_FORMAT_NONE
Filter 'M:\Movies\MyMovie.avi'
CLSID: {E436EBB5-524F-11CE-9F53-0020AF0BA770}
Host: C:\WINDOWS\system32\quartz.dll
Output Pin 'Output'
Connected to pin 'input pin' of filter 'AVI Splitter'
Major type MEDIATYPE_Stream Sub type MEDIASUBTYPE_Avi, Format type TIME_FORMAT_NONE
I would like to use a different AC3 Audio decoder but I cannot figure out how to do so. Right-clicking the video and then selecting DirectShow Filters and then selecting "Select Filters" does not present a choice for the audio decoder filter.
Any help will be greatly appreciated.
Thanks,
Osho