HDR encoding - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: HDR encoding (/thread-83.html) |
RE: HDR encoding - mparade - 09.09.2017 (09.09.2017, 15:14)Selur Wrote: Created another dev version which should adjust the paths, may be it will help. No success. DebugOutput attached. RE: HDR encoding - Selur - 09.09.2017 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 RE: HDR encoding - Selur - 09.09.2017 Argh,.. the calls are broken now clip = core.avs.DGSource("琈", fulldepth=true) RE: HDR encoding - mparade - 09.09.2017 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. RE: HDR encoding - Selur - 09.09.2017 Send you another version, which handles the paths a bit different,.. RE: HDR encoding - mparade - 09.09.2017 (09.09.2017, 15:50)Selur Wrote: Send you another version, which handles the paths a bit different,.. No success. RE: HDR encoding - Selur - 09.09.2017 What does: "C:\PROGRA~1\Hybrid\VAPOUR~1\vspipe.exe" "C:\TEMP\encodingTempSynthSkript_15_59_51_0810.vpy" - --info Also does it change if you change: clip = core.avs.DGSource("C:/TEMP/15_59_51_0810.dgi", fulldepth=true) clip = core.avs.DGSource("C:/TEMP/15_59_51_0810.dgi", fulldepth=1) RE: HDR encoding - mparade - 09.09.2017 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 Quote:Also does it change if you change: clip = core.avs.DGSource("C:/TEMP/15_59_51_0810.dgi", fulldepth=true) 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 There was additionally a bug report made by the OS and were telling operation of VSPipe.exe was stopped. RE: HDR encoding - Selur - 09.09.2017 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 RE: HDR encoding - mparade - 09.09.2017 (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. I try it but I am not a programmer (maybe, I will not able to answer him to a lot of question). |