Nevcairiel / LAVFilters

LAV Filters - Open-Source DirectShow Media Splitter and Decoders
GNU General Public License v2.0
7.34k stars 789 forks source link

Cannot decode 22.2 multi-channel #498

Closed tkp206093 closed 2 years ago

tkp206093 commented 2 years ago
image

I using this [BS4K][HLG 22.2聲道]第70回NHK紅白歌合戦「夢を歌おう」.torrent.zip

JP 4K TV 22.2 multi-channel

kasper93 commented 2 years ago

For downmixing this one is needed https://github.com/Nevcairiel/LAVFilters/pull/477 (I think I need to update it for non-downmix case)

Without downmixing it crashes (this what we see on screenshot), because of https://github.com/Nevcairiel/LAVFilters/blob/a6b20ad3396fd5df5c054bde639d20c91476f3f6/decoder/LAVAudio/LAVAudio.h#L321 is hardcoded 8 and recently the sanity check was changed to 64, so this should be bumped too.

Nevcairiel commented 2 years ago

I'll hopefully get around to working on these issues within the next week or so.