INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: Is anyone decoding Dolby TrueHD in MC15 using ffdshow  (Read 3368 times)

fitbrit

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 4877
Is anyone decoding Dolby TrueHD in MC15 using ffdshow
« on: May 27, 2010, 11:33:23 am »

To video users of MC15:

If you're decoding Dolby TrueHD, please list the filters you have working and whether you had to register them manually.

Do the new audio renderers in MC15 cause any problems outputting decoded LPCM via HDMI?

If you're bitstreaming TrueHD and/or DTS-HD MA, please say how as well.

Thanks for any insight. I'm currently using MPC-HC as an external app to play my mkv files because it works no matter what the audio video codecs of the file are. I'm hoping I can set up something similar using MC15 until I can get an audio bitstreaming video card.
Logged

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14277
  • I won! I won!
Re: Is anyone decoding Dolby TrueHD in MC15 using ffdshow
« Reply #1 on: May 27, 2010, 04:25:16 pm »

Here you go.  I decode all my Audio then pass over HDMI as MPCM and a recent(ish) build of FFDSHOW is all you need for TureHD (note: still no direct show compatibile filters for the higher res DTS formats)

Code: [Select]
Filter Graph Info:

    Filter 'Default DirectSound Device'
        CLSID: {79376820-07D0-11CF-A24D-0020AFD79767}
        Host: c:\program files\reclock\reclockds.dll
        Input Pin 'In'
            Connected to pin 'Out' of filter 'ffdshow Audio Decoder'
            Major type MEDIATYPE_Audio  Sub type MEDIASUBTYPE_PCM, Format type FORMAT_WaveFormatEx

    Filter 'Haali Video Renderer'
        CLSID: {760A8F35-97E7-479D-AAF5-DA9EFF95D751}
        Host: c:\program files\haali\matroskasplitter\dxr.dll
        Input Pin 'Input'
            Connected to pin 'Out' of filter 'ffdshow Video Decoder'
            Major type MEDIATYPE_Video  Sub type MEDIASUBTYPE_YUY2, Format type FORMAT_VideoInfo2
        Input Pin 'Subtitle'

    Filter 'ffdshow Audio Decoder'
        CLSID: {0F40E1E5-4F79-4988-B1A9-CC98794E6B55}
        Host: c:\program files\ffdshow\ffdshow.ax
        Output Pin 'Out'
            Connected to pin 'In' of filter 'Default DirectSound Device'
            Major type MEDIATYPE_Audio  Sub type MEDIASUBTYPE_PCM, Format type FORMAT_WaveFormatEx
        Input Pin 'In'
            Connected to pin 'Output' of filter 'JRiver Media Proxy Audio'
            Major type MEDIATYPE_Audio  Sub type MEDIASUBTYPE_DOLBY_AC3, 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 'Output' of filter 'JRiver Media Proxy Video'
            Major type MEDIATYPE_Video  Sub type Unknown GUID Name: {31435657-0000-0010-8000-00AA00389B71}, Format type FORMAT_VideoInfo2
        Output Pin 'Out'
            Connected to pin 'Input' of filter 'Haali Video Renderer'
            Major type MEDIATYPE_Video  Sub type MEDIASUBTYPE_YUY2, Format type FORMAT_VideoInfo2
        Input Pin 'In Text'

    Filter 'JRiver Media Proxy Audio'
        CLSID: {A4207487-E7D8-406B-9882-B66370DE2492}
        Host:
        Input Pin 'Input'
            Connected to pin 'Audio' of filter 'Haali Media Splitter'
            Major type MEDIATYPE_Audio  Sub type MEDIASUBTYPE_DOLBY_AC3, Format type FORMAT_WaveFormatEx
        Output Pin 'Output'
            Connected to pin 'In' of filter 'ffdshow Audio Decoder'
            Major type MEDIATYPE_Audio  Sub type MEDIASUBTYPE_DOLBY_AC3, Format type FORMAT_WaveFormatEx

    Filter 'JRiver Media Proxy Video'
        CLSID: {A4207487-E7D8-406B-9882-B66370DE2492}
        Host:
        Input Pin 'Input'
            Connected to pin 'Video' of filter 'Haali Media Splitter'
            Major type MEDIATYPE_Video  Sub type Unknown GUID Name: {31435657-0000-0010-8000-00AA00389B71}, Format type FORMAT_VideoInfo2
        Output Pin 'Output'
            Connected to pin 'In' of filter 'ffdshow Video Decoder'
            Major type MEDIATYPE_Video  Sub type Unknown GUID Name: {31435657-0000-0010-8000-00AA00389B71}, Format type FORMAT_VideoInfo2

    Filter 'Haali Media Splitter'
        CLSID: {55DA30FC-F16B-49FC-BAA5-AE59FC65F82D}
        Host: c:\program files\haali\matroskasplitter\splitter.ax
        Output Pin 'Video'
            Connected to pin 'Input' of filter 'JRiver Media Proxy Video'
            Major type MEDIATYPE_Video  Sub type Unknown GUID Name: {31435657-0000-0010-8000-00AA00389B71}, Format type FORMAT_VideoInfo2
        Output Pin 'Audio'
            Connected to pin 'Input' of filter 'JRiver Media Proxy Audio'
            Major type MEDIATYPE_Audio  Sub type MEDIASUBTYPE_DOLBY_AC3, Format type FORMAT_WaveFormatEx
Logged
JRiver CEO Elect

fitbrit

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 4877
Re: Is anyone decoding Dolby TrueHD in MC15 using ffdshow
« Reply #2 on: June 01, 2010, 11:18:34 pm »

Thanks very much, jmone. I'm sorry it took me so long to respond. I really appreciate the time you took to reply. I'm still having sporadic success in MC15, but MPC-HC with the same filters and configuration works perfectly. I think it must be my choice of audio devices in MC15. I'll take another look. If you have any more time to help, I'd love to see a screenshot of your ffdshow "output" selections, and perhaps your MC15 Video options and choice of audio device/renderer.
Logged

fitbrit

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 4877
Re: Is anyone decoding Dolby TrueHD in MC15 using ffdshow
« Reply #3 on: June 01, 2010, 11:23:39 pm »

Weird: I just switched to Haali splitter from Gabest's and it works now. On my HTPC it's the opposite - I need Gabest's splitter to get LPCM sent via HDMI. On my PC I'm decoding and sending via analog. Thanks for the help!
Logged

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14277
  • I won! I won!
Re: Is anyone decoding Dolby TrueHD in MC15 using ffdshow
« Reply #4 on: June 03, 2010, 05:39:31 am »

Here you are (from my desktop not my HTPC but I have no issues playing TrueHD at all!)
Logged
JRiver CEO Elect

fitbrit

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 4877
Re: Is anyone decoding Dolby TrueHD in MC15 using ffdshow
« Reply #5 on: June 03, 2010, 09:27:17 am »

Thanks very much!
Logged

fitbrit

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 4877
Re: Is anyone decoding Dolby TrueHD in MC15 using ffdshow
« Reply #6 on: June 03, 2010, 11:56:23 am »

It seems that the decoding of 7.1 TrueHD is too much for my desktop CPU in some cases. It's time for some upgrades and a Ati bitstreaming card for the HTPC.
Logged

jmone

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 14277
  • I won! I won!
Re: Is anyone decoding Dolby TrueHD in MC15 using ffdshow
« Reply #7 on: June 03, 2010, 03:10:21 pm »

It seems that the decoding of 7.1 TrueHD is too much for my desktop CPU in some cases. It's time for some upgrades and a Ati bitstreaming card for the HTPC.

While I've an ATI HD5450 in the HTPC and it is capable of Bitstreaming, there is a strong argument to decode and send everthing as LPCM to the Receiver anyway (well if you like what reclock does!)
Logged
JRiver CEO Elect
Pages: [1]   Go Up