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
Non-AVS interface not working in 2.0.0.3
[Thread created from trouble report in email from akapuma.]
Non-AVS interface not working in 2.0.0.3
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
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.
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
Released as DGMPGDec 2.0.0.4. Tested with GordianKnot and GetPic.
Non-AVS interface not working in 2.0.0.3
Hello Rocky,
thank you very much for fixing it. 2.0.0.4 is working fine with Gordian Knot.
Best regards
akapuma
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
You are most welcome, akapuma. And welcome to the forum as well!
Thank you for your report and testing.
Love the avatar!
Thank you for your report and testing.
Love the avatar!