[RESOLVED] DGMPEGDec and Vaporsynth

Support forum for DGMPGDec
Post Reply
DAE avatar
Guest

[RESOLVED] DGMPEGDec and Vaporsynth

Post by Guest »

I was doing some testing for future usage with 64 bit version.
It loads fine in VDub2 but as soon as the timeline slider is moved the Windows error message shows up,
"The program has stopped working" type of thing

The avisynth script works fine

vpy script
test.txt
(801.61 KiB) Downloaded 518 times
Had to change extension from d2v to txt to upload

Code: Select all

import vapoursynth as vs
core = vs.get_core()

#####FRAME SERVER#####
core.std.LoadPlugin("C:/Program Files (Portable)/DGMPGDec/x64/DGDecode.dll")
clip = core.dgdecode.MPEG2Source(r'I:\test.d2v')

clip.set_output()
avs script

Code: Select all

#####FRAME SERVER#####
LoadPlugin("C:/Program Files (Portable)/DGMPGDec/x64/DGDecode.dll")
MPEG2Source("I:/test.d2v")
Don't know if issue is in VDub2, Vaporsynth, or DGMPGDec
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Re: DGMPEGDec and Vaporsynth

Post by Rocky »

I'll check it out today. Thanks for the report. ChaosKing reported this at Doom9 as well.
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Re: DGMPEGDec and Vaporsynth

Post by Rocky »

Try setting Field_Operation=2 in the D2V file and tell me what happens.
DAE avatar
Guest

Re: DGMPEGDec and Vaporsynth

Post by Guest »

That works fine
Can play with the timeline now
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Re: DGMPEGDec and Vaporsynth

Post by Rocky »

Thank you. I found the problem. Preparing a slipstream to release after my breakfast.
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Re: DGMPEGDec and Vaporsynth

Post by Rocky »

Slipstream released. Marking RESOLVED.
DAE avatar
Guest

Re: [RESOLVED] DGMPEGDec and Vaporsynth

Post by Guest »

Thank you, and that was a fast breakfast
User avatar
Rocky
Posts: 3557
Joined: Fri Sep 06, 2019 12:57 pm

Re: [RESOLVED] DGMPEGDec and Vaporsynth

Post by Rocky »

I decided to kick it out and then eat. ;)
Post Reply