[Bug] Duplicate Audio Tracks in *.mkv files (1 Viewer)

morpheus_xx

Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    please post your client log file after playing this video file!
     

    Lightning303

    MP Donator
  • Premium Supporter
  • September 12, 2009
    798
    577
    Home Country
    Germany Germany

    Attachments

    • multi audio streams.png
      multi audio streams.png
      151.7 KB

    morpheus_xx

    Retired Team Member
  • Team MediaPortal
  • March 24, 2007
    12,073
    7,459
    Home Country
    Germany Germany
    Here's the interesting part of the log:

    Code:
    Stream ffdshow Audio Decoder|0: MajorType 73647561-0000-0010-8000-00aa00389b71; Name Audio - AC3, 5.1, 48000 Hz (liba52); PWDGroup: 1; LCID: 0
    Stream ffdshow Video Decoder|0: MajorType 73647561-0000-0010-8000-00aa00389b71; Name A: DD5.1 @ 640Kbps [English]; PWDGroup: 1; LCID: 1033
    Stream ffdshow Video Decoder|1: MajorType 73747874-0000-0010-8000-00aa00389b71; Name S: [English]; PWDGroup: 2; LCID: 1033
    Stream ffdshow Video Decoder|2: MajorType 73747874-0000-0010-8000-00aa00389b71; Name S: SDH [English]; PWDGroup: 2; LCID: 1033
    Stream ffdshow Video Decoder|3: MajorType 73747874-0000-0010-8000-00aa00389b71; Name S: [Spanish]; PWDGroup: 2; LCID: 1034
    Stream ffdshow Video Decoder|4: MajorType 73747874-0000-0010-8000-00aa00389b71; Name No subtitles; PWDGroup: 2; LCID: 0
    Stream Z:\....mkv|0: MajorType 73646976-0000-0010-8000-00aa00389b71; Name V: Video .... (2011) [English]; PWDGroup: 0; LCID: 1033
    Stream Z:\....mkv|1: MajorType 73647561-0000-0010-8000-00aa00389b71; Name A: DD5.1 @ 640Kbps [English]; PWDGroup: 1; LCID: 1033
    Stream Z:\....mkv|2: MajorType e487eb08-6b26-4be9-9dd3-993434d313fd; Name S: [English]; PWDGroup: 2; LCID: 1033
    Stream Z:\....mkv|3: MajorType e487eb08-6b26-4be9-9dd3-993434d313fd; Name S: SDH [English]; PWDGroup: 2; LCID: 1033
    Stream Z:\....mkv|4: MajorType e487eb08-6b26-4be9-9dd3-993434d313fd; Name S: [Spanish]; PWDGroup: 2; LCID: 1034
    Stream Z:\....mkv|5: MajorType 00000000-0000-0000-0000-000000000000; Name No subtitles; PWDGroup: 2; LCID: 0


    There are 3 filters that allow stream selection:
    - Splitter: DD5.1 @ 640Kbps [English] (+ AC3 6ch appendix by reading audio subtype + WaveFormatEx.nChannels info), I would say "correct info"
    - ffdshow Video Decoder: DD5.1 @ 640Kbps [English], but probably reports a wrong subtype?
    - ffdshow Audio Decoder: Audio - AC3, 5.1, 48000 Hz (liba52), totally useless, misses all information

    IMHO the only reliable source is the splitter, ffdshow is not useful or even wrong (audio codec).

    What we could do is:
    Don't add "(AC3 6ch)" to the stream from splitter (although I find this information useful). in this case here we could remove duplicates from splitter+video decoder. BUT this won't remove the ffdshow audio stream info, because it has nothing comparable offered.


    For now I only recommend you to use another audio/video codec (can change this in settings)
     

    Users who are viewing this thread

    Top Bottom