Non-AVS interface not working in 2.0.0.3

Support forum for DGMPGDec
Post Reply
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Non-AVS interface not working in 2.0.0.3

Post 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?
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Non-AVS interface not working in 2.0.0.3

Post 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...
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Non-AVS interface not working in 2.0.0.3

Post 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.
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Non-AVS interface not working in 2.0.0.3

Post by Rocky »

Released as DGMPGDec 2.0.0.4. Tested with GordianKnot and GetPic.
User avatar
akapuma
Posts: 1
Joined: Fri Feb 12, 2021 2:12 pm
Location: Germany
Contact:

Non-AVS interface not working in 2.0.0.3

Post by akapuma »

Hello Rocky,

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

Best regards

akapuma
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Non-AVS interface not working in 2.0.0.3

Post by Rocky »

You are most welcome, akapuma. And welcome to the forum as well!

Thank you for your report and testing.

Love the avatar!
Post Reply