Page 1 of 1

Non-AVS interface not working in 2.0.0.3

Posted: Thu Feb 11, 2021 8:36 pm
by Rocky
[Thread created from trouble report in email from akapuma.]

I tried your new version 2.0.0.3. After opening d2v-file in GKnot, the preview in GKnot is green. Can you fix this?

Non-AVS interface not working in 2.0.0.3

Posted: Thu Feb 11, 2021 8:37 pm
by Rocky
It's a problem in the non-AVS interface code. Appears related to the conversion to AVS+ headers. I duplicated it using the GetPic app, so it is not a GordianKnot issue. Investigating...

Non-AVS interface not working in 2.0.0.3

Posted: Fri Feb 12, 2021 11:20 am
by Rocky
I have this fixed locally. Avisynth baked code cannot be called from the non-AVS interface. So I had to replace

IsYV12() // baked code

with

if (vi.pixel_type == VideoInfo::CS_YV12 || vi.pixel_type == VideoInfo::CS_I420)

It works fine with GordianKnot this way. I'll make a release.

Non-AVS interface not working in 2.0.0.3

Posted: Fri Feb 12, 2021 11:40 am
by Rocky
Released as DGMPGDec 2.0.0.4. Tested with GordianKnot and GetPic.

Non-AVS interface not working in 2.0.0.3

Posted: Fri Feb 12, 2021 2:50 pm
by akapuma
Hello Rocky,

thank you very much for fixing it. 2.0.0.4 is working fine with Gordian Knot.

Best regards

akapuma

Non-AVS interface not working in 2.0.0.3

Posted: Fri Feb 12, 2021 4:14 pm
by Rocky
You are most welcome, akapuma. And welcome to the forum as well!

Thank you for your report and testing.

Love the avatar!