09.09.2017, 16:26
Quote:What does: "C:\PROGRA~1\Hybrid\VAPOUR~1\vspipe.exe" "C:\TEMP\encodingTempSynthSkript_15_59_51_0810.vpy" - --info output?
This is the output:
Quote:C:\Users\Bogárdi Mátyás>"C:\PROGRA~1\Hybrid\VAPOUR~1\vspipe.exe" "C:\TEMP\encodingTempSynthSkript_15_59_51_0810.vpy" - --info
Script evaluation failed:
Python exception: name 'true' is not defined
Traceback (most recent call last):
File "src\cython\vapoursynth.pyx", line 1821, in vapoursynth.vpy_evaluateScript (src\cython\vapoursynth.c:36464)
File "C:\TEMP\encodingTempSynthSkript_15_59_51_0810.vpy", line 7, in <module>
clip = core.avs.DGSource("C:/TEMP/15_59_51_0810.dgi", fulldepth=true)
NameError: name 'true' is not defined
Quote:Also does it change if you change: clip = core.avs.DGSource("C:/TEMP/15_59_51_0810.dgi", fulldepth=true)
to clip = core.avs.DGSource("C:/TEMP/15_59_51_0810.dgi", fulldepth=1) inside "C:\TEMP\encodingTempSynthSkript_15_59_51_0810.vpy" ?
This was the output then:
Quote:C:\Users\Bogárdi Mátyás>"C:\PROGRA~1\Hybrid\VAPOUR~1\vspipe.exe" "C:\TEMP\encodingTempSynthSkript_15_59_51_0810.vpy" - --info
setVideoInfo: The VSFormat pointer passed by DGSource was not obtained from registerFormat() or getFormatPreset().
C:\Users\Bogárdi Mátyás>
There was additionally a bug report made by the OS and were telling operation of VSPipe.exe was stopped.