DGDecIM section

Anything related to video and my tools that is not a support request.
DAE avatar
aceado
Posts: 25
Joined: Mon Oct 05, 2015 8:54 am

Re: DGDecIM section

Post by aceado »

admin wrote:Rebuilt DLLs work fine here on my i7 4770K. I'll do some research about this.
sure the source code to QSVEncC might shine some light on how it talks to it but i wouldn't have a clue myself :roll: lol
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: DGDecIM section

Post by admin »

It's doubtful that will be of any help but I'll check everything that might be relevant.
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: DGDecIM section

Post by admin »

What is your Intel graphics driver version?
DAE avatar
aceado
Posts: 25
Joined: Mon Oct 05, 2015 8:54 am

Re: DGDecIM section

Post by aceado »

admin wrote:What is your Intel graphics driver version?
that would be 15.40.7.4279 (10.18.15.4279)
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: DGDecIM section

Post by admin »

That's the latest. Thank you.
DAE avatar
aceado
Posts: 25
Joined: Mon Oct 05, 2015 8:54 am

Re: DGDecIM section

Post by aceado »

any progress with this fixing this :?:
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: DGDecIM section

Post by admin »

Sorry, no progress. I don't have a Skylake yet and there is not yet a formal release of IMSDK supporting it. What can I do?
DAE avatar
aceado
Posts: 25
Joined: Mon Oct 05, 2015 8:54 am

Re: DGDecIM section

Post by aceado »

admin wrote:Sorry, no progress. I don't have a Skylake yet and there is not yet a formal release of IMSDK supporting it. What can I do?
nothing apart from waiting for the lazy arse intel to get something sorted :(
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: DGDecIM section

Post by admin »

True. The real question is when CUVID or IMSDK will support HEVC Main10 with full hardware acceleration. CUVID needs to support 10-bit to stay ahead. They both have to do it to support UHD bluray and we have to just patiently wait.
DAE avatar
aceado
Posts: 25
Joined: Mon Oct 05, 2015 8:54 am

Re: DGDecIM section

Post by aceado »

admin wrote:True. The real question is when CUVID or IMSDK will support HEVC Main10 with full hardware acceleration. CUVID needs to support 10-bit to stay ahead. They both have to do it to support UHD bluray and we have to just patiently wait.
if your still up to trying again it seems intel has updated their sdk to 1.17 for skylake

https://software.intel.com/sites/defaul ... _notes.pdf
https://software.intel.com/sites/defaul ... dk-man.pdf
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: DGDecIM section

Post by admin »

Thanks, I'll have a go at it.
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: DGDecIM section

Post by admin »

Give this a try with your non-HEVC streams. HEVC will have to wait until I get a skylake.

http://rationalqm.us/dgdecim/dgdecim_skylake_test.zip

Works fine on my Haswell.
DAE avatar
aceado
Posts: 25
Joined: Mon Oct 05, 2015 8:54 am

Re: DGDecIM section

Post by aceado »

admin wrote:Give this a try with your non-HEVC streams. HEVC will have to wait until I get a skylake.

http://rationalqm.us/dgdecim/dgdecim_skylake_test.zip

Works fine on my Haswell.

still hangs it seems on both 32 or 64bit :(

p.s using windows 7 64bit if it matters or not
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: DGDecIM section

Post by admin »

Oy. Do you know if I can just drop in a skylake for my i7-4770K or do I have to get a new machine?
DAE avatar
aceado
Posts: 25
Joined: Mon Oct 05, 2015 8:54 am

Re: DGDecIM section

Post by aceado »

admin wrote:Oy. Do you know if I can just drop in a skylake for my i7-4770K or do I have to get a new machine?
no sorry you would need a brand new motherboard for it due to it being a newer socket and chipset :(
DAE avatar
aceado
Posts: 25
Joined: Mon Oct 05, 2015 8:54 am

Re: DGDecIM section

Post by aceado »

HELL YES!! i got it working it seems i can overlook one minor thing :?
updated the drivers to the latest version 20.19.15.4312 (15.40.11.64.4312) and its working just fine

just a dead simple test to compare between 32 vs 64bit.

al i used was

LoadPlugin("DGDecodeIM.dll")
dgsourceim("test.dgim",engine=1,debug=true)

AVSMeter 2.1.5 (x86)
AviSynth 2.60 (ICL10) (2.6.0.6)

Number of frames: 12486
Length (hh:mm:ss.ms): 00:08:19.440
Frame width: 1920
Frame height: 1080
Framerate: 25.000 (25000/1000)
Colorspace: YV12

Frames processed: 12486 (0 - 12485)
FPS (min | max | average): 93.54 | 851.1 | 569.5
Memory usage (phys | virt): 80 | 217 MB
Thread count: 19
CPU usage (average): 7%
Efficiency index: 81.36

Time (elapsed): 00:00:21.925
AVSMeter 2.1.5 (x64)
AviSynth+ 0.1 (r1825, MT, x86_64) (0.1.0.0)

Number of frames: 12486
Length (hh:mm:ss.ms): 00:08:19.440
Frame width: 1920
Frame height: 1080
Framerate: 25.000 (25000/1000)
Colorspace: YV12

Frames processed: 12486 (0 - 12485)
FPS (min | max | average): 114.1 | 865.3 | 619.4
Memory usage (phys | virt): 91 | 229 MB
Thread count: 33
CPU usage (average): 8%
Efficiency index: 77.43

Time (elapsed): 00:00:20.157
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: DGDecIM section

Post by admin »

That's a big relief. Thanks for letting us know. :D
DAE avatar
aceado
Posts: 25
Joined: Mon Oct 05, 2015 8:54 am

Re: DGDecIM section

Post by aceado »

if there's one request i would ask for which i don't think you would mind is adding the option to deinterlace (basic like deinterlace=1) and maybe bobbing if skylake supports it
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: DGDecIM section

Post by admin »

I can probably give you single-rate pretty easily but double-rate may be harder. I'll try to find some time for it.

In case anyone is looking for the driver you mentioned:

https://downloadcenter.intel.com/downlo ... -10-15-40-
DAE avatar
aceado
Posts: 25
Joined: Mon Oct 05, 2015 8:54 am

Re: DGDecIM section

Post by aceado »

single rate would be nice to have for sure :)
i do wonder how well it does its deinterlacing vs dgnv :o
DAE avatar
aceado
Posts: 25
Joined: Mon Oct 05, 2015 8:54 am

Re: DGDecIM section

Post by aceado »

any progress with adding single rate deinterlacing ?
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: DGDecIM section

Post by admin »

When I have anything I will post about it.
Post Reply