Code: Select all
# Imports
import vapoursynth as vs
core = vs.get_core()
# Loading Plugins
core.std.LoadPlugin(path="G:/Hybrid/64bit/vsfilters/SourceFilter/DGDecNV/DGDecodeNV.dll")
# Loading C:\Users\Selur\Desktop\test_mvt.MTS using DGSource
clip = core.dgdecodenv.DGSource("H:/Temp/mts_c9c1cb10025c5c33ff294007e794d0f3_41.dgi")
# Output
clip.set_output()
Using it with vspipe doesn't cause a problem and using FFVideoSource or LSMashSource instead of DGDecNV also works fine.
I'm not sure what is causing this problem and where it should be fixed.
(Works fine in Avisynth 32bit when using DGDecNV.)
So my question is:
Do you see anything wrong with the file?
The file isn't anything particular, so I'm not really in a hurry with this since this is the first file which causes the issue, but would be nice to know where the root of the problem is to avoid the problem in case I stumble over it again with an important file.
Cu Selur