Page 1 of 1

[RESOLVED] Possible corruption with DGIndexNV

Posted: Mon Feb 05, 2018 6:00 pm
by Guest
UHD mkv file
Created index and vpy script using template, also tried AVS+ script (same result)
This resulted in corruption in certain spots after encode
Tried a few times, corruption always in same spots
Tried playing script/index file in VDubMod and corruption (macroblocks I believe) show in same spots
Played MKV file directly in VDubMod and it plays fine (original)
Tested original file in different players and it plays fine everytime
Using 64 bit version
Sending you link in pm to a clip that should show issue
Please let me know when you have it so I can delete it

Re: Possible corruption with DGIndexNV

Posted: Mon Feb 05, 2018 9:49 pm
by admin
I have it.

I'm not seeing any problems with that file. Can you tell me what I have to do to see corruption?

Re: Possible corruption with DGIndexNV

Posted: Tue Feb 06, 2018 4:43 am
by Guest
Use DGIndexNV to index it and create a script (avs or vpy) with fulldepth=true
Then run the script in vdubmod, note the book pages
sample script
import vapoursynth as vs
core = vs.get_core()
core.avs.LoadPlugin(r'C:\Program Files (Portable)\dgdecnv\x64 Binaries\DGDecodeNV.dll')
clip = core.avs.DGSource(r'C:\Users\LUIS\Desktop\IT (1).dgi', fieldop=0, fulldepth=True)
clip.set_output()

Re: Possible corruption with DGIndexNV

Posted: Tue Feb 06, 2018 8:52 am
by admin
Still not seeing anything. Can you give me a frame number and where to look, or better yet a screenshot showing the problem.

What nVidia card and driver version?

Re: Possible corruption with DGIndexNV

Posted: Tue Feb 06, 2018 3:19 pm
by Guest
Frame number 65
Pages on book being flipped

dgi image
http://www.mediafire.com/view/w5ghnee42rwsw2y/dgi.bmp

original image
http://www.mediafire.com/view/38pj10ptp ... iginal.bmp

Card GTX 1080 Ti
Drivers 385.41

Sorry for the delay in responding, just got home from work

Re: Possible corruption with DGIndexNV

Posted: Tue Feb 06, 2018 4:03 pm
by Guest
Are you running a 1080ti and if so what are your clock and boost speeds?

Re: Possible corruption with DGIndexNV

Posted: Tue Feb 06, 2018 4:20 pm
by admin
1080 Ti driver 390.77 stock settings (no overclocking) on the GPU
That frame is fine for me.
Try upgrading the video driver first and then test without GPU overclocking.

Re: Possible corruption with DGIndexNV

Posted: Tue Feb 06, 2018 5:02 pm
by Guest
Will update
No overclocking on my system

Re: Possible corruption with DGIndexNV

Posted: Tue Feb 06, 2018 5:25 pm
by Guest
Updated driver
Tested
All is good
This is getting difficult :? :?
:hat:

Re: Possible corruption with DGIndexNV

Posted: Tue Feb 06, 2018 5:49 pm
by admin
Good to hear. Not sure what you find difficult here. nVidia fixes bugs. It's a good thing. :P

Re: [RESOLVED] Possible corruption with DGIndexNV

Posted: Tue Feb 06, 2018 6:06 pm
by Guest
I know its not difficult, but as I try to get the 4K thing down I also happen to get driver issues
Thanks for the help
Please mark resolved