This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

HDR encoding
#41
(09.09.2017, 15:14)Selur Wrote: Created another dev version which should adjust the paths, may be it will help.
(will send link in a few minutes)

Cu Selur

No success. DebugOutput attached.
Reply
#42
Then I got no clue. (Assuming the paths are adjusted in the script now.)
Can't test this here since my gpu can't decode hevc and I am overlooking something the Vapoursynth script is as it should be.

Cu Selur
Reply
#43
Argh,.. the calls are broken now Sad

clip = core.avs.DGSource("琈", fulldepth=true)
..
vspipe "琈" - --y4m
Reply
#44
Quote:Can't test this here since my gpu can't decode hevc and I am overlooking something the Vapoursynth script is as it should be.

I have only a Quadro K4200 at home (from 2014), so I have to travel (2km) to my office where my GTX1060 6Gb is located.  Tongue
Reply
#45
Send you another version, which handles the paths a bit different,..
Reply
#46
(09.09.2017, 15:50)Selur Wrote: Send you another version, which handles the paths a bit different,..

No success.
Reply
#47
What does:
"C:\PROGRA~1\Hybrid\VAPOUR~1\vspipe.exe" "C:\TEMP\encodingTempSynthSkript_15_59_51_0810.vpy" - --info
output?

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" ?
Reply
#48
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.
Reply
#49
Quote:setVideoInfo: The VSFormat pointer passed by DGSource was not obtained from registerFormat() or getFormatPreset().
Okay, that sounds like a bug in DGDec to me.
-> Since I can't really give DG a bug report about this you might want to contact him in his forum.

Cu Selur
Reply
#50
(09.09.2017, 16:35)Selur Wrote:
Quote:setVideoInfo: The VSFormat pointer passed by DGSource was not obtained from registerFormat() or getFormatPreset().
Okay, that sounds like a bug in DGDec to me.
-> Since I can't really give DG a bug report about this you might want to contact him in his forum.

Cu Selur

I try it but I am not a programmer (maybe, I will not able to answer him to a lot of question).
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)