08.09.2017, 15:28
(07.09.2017, 18:55)Selur Wrote: Send you a link to a dev version for testing.
Not sure that it works since I can't test it. No hardware which supports HEVC GPU decoding.
I checked, anything that could replace my current watercooled GeForce GTX 980ti for a reasonable price.
I need three displayports and one HDMI port to feed my setup (HP Z27q, LG 34UM94C-P, Onky TX-SR508).
Only thing that would work would be a GeForce GTX 1080, 1080i or even pricier cards.
-> not in my IT budget any time soon, so if it doesn't work create a debug output (level 9).
Cu Selur
Hybrid doesn't use in this new version DGDecodeNV for decoding but still software decoding.
The latest DGDecodeNV package does not include NV12ToRGB24.cubin.
Crop window doesn't open after indexing, so I cannot crop the sources.
I don't understand why these paramterers are used by Vapoursynth when the source is HDR10 and Rec.2020:
Quote:# making sure input color matrix is set as 709
clip = core.resize.Point(clip, matrix_in_s="709")
# making sure input color range is set to TV (16-235) scale.
clip = core.std.SetFrameProp(clip=clip, prop="_ColorRange", intval=1)
# adjusting output color from: YUV420P16 to YUV420P8
clip = core.resize.Bicubic(clip=clip, format=vs.YUV420P8)
# Output
clip.set_output()