Page 2 of 2

Re: Curious MKV not opening

Posted: Sat Jul 25, 2020 3:27 pm
by Rocky
:wow:

Re: Curious MKV not opening

Posted: Sat Jul 25, 2020 4:35 pm
by Rocky
I found that the fixupCues() function in the original parser code does not work correctly when out-of-order PGS subtitle cues are present. DGDecIM never used cues at all so it was immune. DGDecNV uses the cues to speed up seeking in some circumstances. So I changed it so the PGS cues don't hose things up and it plays fine. That is consistent with the threads linked above, especially https://github.com/Nevcairiel/LAVFilters/issues/120. Maybe I will be a nice squirrel and give the details, or not. fixupCues() is less than 10 lines. Figure it out. Release underway together with the DGDemux 5.1/7.1 LPCM channel order fix.

Re: Curious MKV not opening

Posted: Sat Jul 25, 2020 5:08 pm
by Bullwinkle
Keep them guessing Rocky!

kebulek is Moose Approved.

Image

Re: [RESOLVED] Curious MKV not opening

Posted: Sun Jul 26, 2020 7:40 am
by Rocky
Fixed in DGDecNV slipstream 213.

Re: [RESOLVED] Curious MKV not opening

Posted: Sun Jul 26, 2020 8:54 am
by kebulek
Thank you!