[RESOLVED] DGIndexNV - Sometimes is out of sync

Support forum for DGDecNV
Post Reply
DAE avatar
emilius256
Posts: 16
Joined: Mon Feb 06, 2012 2:41 pm

[RESOLVED] DGIndexNV - Sometimes is out of sync

Post by emilius256 »

Hello,

sometimes it happen that when i create an index with DGIndexNV to use with AviSynth, the video is not in sync with the Audio.
It happened to me just 2 or 3 times but I notice it only when the encode is complete and I mux video with audio and subtitles.
At first i thought it was a compatibility problem with my computer, because the first time happened when I changed computer, but the old computer was very old and I had to use version 2052 while with the new one I use 2053.
But If i do the index file again, the video and audio are in sync, if I visual compare frame by frame the 2 index file I see that they are different.

This time I compared the 2 index file with Notepad++ file compare, the 2 files are almost identical except for 2 lines at the beginning
Correct file:

Code: Select all

DEVICE 0
DECODE_MODES 0,0,0,0,0
STREAM 0 0
RANGE 0 0 56700780425 0
DEMUX 
DEPTH 10
ASPECT 16 9
COLORIMETRY 9 16 9

SPS 44
PPS 722
MASTERING 13250 34500 7500 3000 34000 16000 15635 16450 10000000 10
Wrong file:

Code: Select all

DEVICE 0
DECODE_MODES 0,0,0,0,0
STREAM 0 0
RANGE 0 0 56700780425 0
DEMUX 
DEPTH 10
ASPECT 16 9
COLORIMETRY 9 16 9

MASTERING 13250 34500 7500 3000 34000 16000 15635 16450 10000000 10
As you can see SPS 44 and PPS 722 are missing.
If I edit the wrong file and add those 2 lines, erything is fine and the video is in sync.

I don't know why this is happening and I don't know if the problem was the same when I had the problem previously.

The movie was an Ultra HD disc, demuxed with DGDemux 1.0.0.35, DGIndexNV 2053.0.0.214 (64 bit).

Please let me know if you need more informations.

Thank you
DAE avatar
emilius256
Posts: 16
Joined: Mon Feb 06, 2012 2:41 pm

Re: DGIndexNV - Sometimes is out of sync

Post by emilius256 »

Sorry, I didn't notice that there is another post with the same issue viewtopic.php?f=8&t=862
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: DGIndexNV - Sometimes is out of sync

Post by Rocky »

I have duplicated this issue now in a reproducible way. Just save the project a second time without leaving DGIndexNV. Will have a fix in a jiffy.
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: DGIndexNV - Sometimes is out of sync

Post by Rocky »

Please re-download 2053 to get the fix. Marking RESOLVED. Thank you for your report, emilius256.
DAE avatar
emilius256
Posts: 16
Joined: Mon Feb 06, 2012 2:41 pm

Re: [RESOLVED] DGIndexNV - Sometimes is out of sync

Post by emilius256 »

Wow, you were very fast.
Thank you.
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: [RESOLVED] DGIndexNV - Sometimes is out of sync

Post by Rocky »

You're welcome. We aim to please.
User avatar
hydra3333
Posts: 394
Joined: Wed Oct 06, 2010 3:34 am
Contact:

Re: [RESOLVED] DGIndexNV - Sometimes is out of sync

Post by hydra3333 »

Indeed, very pleasing :)
I really do like it here.
User avatar
Rocky
Posts: 3555
Joined: Fri Sep 06, 2019 12:57 pm

Re: [RESOLVED] DGIndexNV - Sometimes is out of sync

Post by Rocky »

Cheers m8!
Post Reply