Page 1 of 1

[RESOLVED] DGMPEGDec and Vaporsynth

Posted: Thu Jan 07, 2021 5:07 pm
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 541 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

Re: DGMPEGDec and Vaporsynth

Posted: Fri Jan 08, 2021 4:13 am
by Rocky
I'll check it out today. Thanks for the report. ChaosKing reported this at Doom9 as well.

Re: DGMPEGDec and Vaporsynth

Posted: Fri Jan 08, 2021 7:43 am
by Rocky
Try setting Field_Operation=2 in the D2V file and tell me what happens.

Re: DGMPEGDec and Vaporsynth

Posted: Fri Jan 08, 2021 8:00 am
by Guest
That works fine
Can play with the timeline now

Re: DGMPEGDec and Vaporsynth

Posted: Fri Jan 08, 2021 9:08 am
by Rocky
Thank you. I found the problem. Preparing a slipstream to release after my breakfast.

Re: DGMPEGDec and Vaporsynth

Posted: Fri Jan 08, 2021 9:41 am
by Rocky
Slipstream released. Marking RESOLVED.

Re: [RESOLVED] DGMPEGDec and Vaporsynth

Posted: Fri Jan 08, 2021 9:59 am
by Guest
Thank you, and that was a fast breakfast

Re: [RESOLVED] DGMPEGDec and Vaporsynth

Posted: Fri Jan 08, 2021 10:01 am
by Rocky
I decided to kick it out and then eat. ;)