[RESOLVED] S_DVBSUB in MKV breaks random access

Support forum for DGDecNV
Post Reply
User avatar
kebulek
Posts: 18
Joined: Thu Oct 14, 2010 10:16 am

[RESOLVED] S_DVBSUB in MKV breaks random access

Post by kebulek »

BTW after last fix I have noticed a lot of huge pixelation in AvsPmod video preview. Final encode is fine, but there si something wrong in DGDecNV or last AvsPmod preview.

https://github.com/gispos/AvsPmod/releases

Open avs (my is indexed mkv with only loadplugin and dgsource with deint=0)
Hit F5 for preview and jump somewhere in video
Use arrow keys or mouse wheel to move back or forward

Source: https://i.paste.pics/c2b08d2744c843e4f9 ... ca0627.png
Preview: https://i.paste.pics/a11df89ed80e8182ad ... 402ba6.png
#1: GTX 750Ti 2048MB / 419.17 / Win7 SP1 64bit
#2: GT 1030 2048MB / 391.35 / Win7 SP1 64bit
#3: GT 620 1024MB / 391.35 / Win8.1 64bit
#4: Intel HD 4600 / 10.18.14.4578 / Win8.1 64bit
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

temp name

Post by Rocky »

Can you demonstrate an issue opening the script in VirtualDub(2)? If so, please provide a link to a stream that shows that. I don't know anything about AvsPmod and I'm not going to debug it.

EDIT: Stream provided via PM and problem replicated. Thank you.
User avatar
Curly
Posts: 712
Joined: Sun Mar 15, 2020 11:05 am

Re: [RESOLVED] Curious MKV not opening

Post by Curly »

It's stupid S_DVBSUB nonsense. gMKVExtractGUI won't touch it and neither should we.

Garbage day tomorrow!
Curly Howard
Director of EAC3TO Development
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Re: [RESOLVED] Curious MKV not opening

Post by Rocky »

:scratch:
User avatar
Bullwinkle
Posts: 338
Joined: Thu Sep 05, 2019 6:37 pm

Re: [RESOLVED] Curious MKV not opening

Post by Bullwinkle »

Opening new problems in RESOLVED threads is not Moose Approved behavior.
User avatar
Boris
Posts: 92
Joined: Sun Nov 10, 2019 2:55 pm

Re: [RESOLVED] Curious MKV not opening

Post by Boris »

Just so you know, this is the guy giving you advice on video technology:

https://youtu.be/Wwr8dhYThI0?t=30
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Re: [RESOLVED] Curious MKV not opening

Post by Rocky »

Yes, Curly is great isn't he? :agree:

He seems to be correct about the S_DVBSUBs causing the issue. The MKV parser is ancient and new stuff in MKV land can get it flummoxed. Nevertheless, I have developed a fix (ignore all cues not pointing to a video track). Just need to do some regression testing.

I'll break this new issue into its own thread.
DAE avatar
Guest 2
Posts: 903
Joined: Mon Sep 20, 2010 2:18 pm

Re: [RESOLVED] Curious MKV not opening

Post by Guest 2 »

Boris wrote:
Wed Jul 29, 2020 11:31 am
https://youtu.be/Wwr8dhYThI0?t=30
Laughing loud here :belly-laugh:
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Re: [RESOLVED] Curious MKV not opening

Post by Rocky »

You have good taste, Guest 2! Maybe we should have a new rank: Curly Approved.
User avatar
kebulek
Posts: 18
Joined: Thu Oct 14, 2010 10:16 am

Re: S_DVBSUB in MKV breaks random access

Post by kebulek »

BTW I wonder, is it really just video preview thing? Because I did few encodes with 212 version and I don't have time to watch & check them right now to be 100% sure. :(
#1: GTX 750Ti 2048MB / 419.17 / Win7 SP1 64bit
#2: GT 1030 2048MB / 391.35 / Win7 SP1 64bit
#3: GT 620 1024MB / 391.35 / Win8.1 64bit
#4: Intel HD 4600 / 10.18.14.4578 / Win8.1 64bit
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Re: S_DVBSUB in MKV breaks random access

Post by Rocky »

It's about doing random access in an MKV that contains cues pointing to non-video tracks, in this case pointing to an S_DVBSUB track. Those tracks are also not currently supported for demuxing.

As long as your scripts didn't use random access, e.g., they were processed linearly from the beginning, the transcodes will be fine. This is typically the case for a simple transcode.
User avatar
kebulek
Posts: 18
Joined: Thu Oct 14, 2010 10:16 am

Re: S_DVBSUB in MKV breaks random access

Post by kebulek »

Thanks! :salute:
#1: GTX 750Ti 2048MB / 419.17 / Win7 SP1 64bit
#2: GT 1030 2048MB / 391.35 / Win7 SP1 64bit
#3: GT 620 1024MB / 391.35 / Win8.1 64bit
#4: Intel HD 4600 / 10.18.14.4578 / Win8.1 64bit
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Re: S_DVBSUB in MKV breaks random access

Post by Rocky »

You are welcome. Fixed in slipstream 214.
Post Reply