[RESOLVED] Possible corruption with DGIndexNV

Support forum for DGDecNV
Post Reply
DAE avatar
Guest

[RESOLVED] Possible corruption with DGIndexNV

Post 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
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Possible corruption with DGIndexNV

Post 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?
DAE avatar
Guest

Re: Possible corruption with DGIndexNV

Post 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()
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Possible corruption with DGIndexNV

Post 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?
DAE avatar
Guest

Re: Possible corruption with DGIndexNV

Post 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
DAE avatar
Guest

Re: Possible corruption with DGIndexNV

Post by Guest »

Are you running a 1080ti and if so what are your clock and boost speeds?
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Possible corruption with DGIndexNV

Post 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.
DAE avatar
Guest

Re: Possible corruption with DGIndexNV

Post by Guest »

Will update
No overclocking on my system
DAE avatar
Guest

Re: Possible corruption with DGIndexNV

Post by Guest »

Updated driver
Tested
All is good
This is getting difficult :? :?
:hat:
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Possible corruption with DGIndexNV

Post by admin »

Good to hear. Not sure what you find difficult here. nVidia fixes bugs. It's a good thing. :P
DAE avatar
Guest

Re: [RESOLVED] Possible corruption with DGIndexNV

Post 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
Post Reply