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 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()
Code: Select all
#####FRAME SERVER#####
LoadPlugin("C:/Program Files (Portable)/DGMPGDec/x64/DGDecode.dll")
MPEG2Source("I:/test.d2v")