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 - Selur - 10.09.2017 Quote:What's the problem with Avisynth+?Why should there be a problem with Avisynth+? Quote:And why is it not working with Avisynth 2.6 which is quite common?Normal Avisynth doesn't support high bit depth as good as Avisynth, 64bit version is totally instable and as such not really suitable for UHD content. Cu Selur RE: HDR encoding - mparade - 10.09.2017 Quote:Why should there be a problem with Avisynth+? Because you are using Vapoursynth instead. RE: HDR encoding - Selur - 10.09.2017 a. Vapoursynth isn't limited to Windows only, like Avisynth+. b. Vapoursynth has more potential in regards to expandability. c. Vapoursynth uses multi-threading better. Cu Selur RE: HDR encoding - mparade - 12.09.2017 (10.09.2017, 16:26)Selur Wrote: a. Vapoursynth isn't limited to Windows only, like Avisynth+. Hello, Got from Donald Graft the infos as follows: Quote:This Avisynth+ script works fine when opening in VirtualDub 64: I think x265 can accept 16bit content. According to the profile chosen it will convert the input to the required bit depth (e.g. when using main10 profile x265 will convert the 16 bit input to a 10 bit output). RE: HDR encoding - Selur - 12.09.2017 Quote:I think x265 can accept 16bit content. According to the profile chosen it will convert the input to the required bit depth (e.g. when using main10 profile x265 will convert the 16 bit input to a 10 bit output).Yes, but unless Vapoursynth accepts the 16bit output of DGSource that doesn't help at all. The problem isn't the conversion from 16bit to 10bit, but that Vapoursynth doesn't like the output of DGSource. If you want Avisynth+ you could use StaxRip. RE: HDR encoding - mparade - 13.09.2017 (12.09.2017, 20:36)Selur Wrote:Quote:I think x265 can accept 16bit content. According to the profile chosen it will convert the input to the required bit depth (e.g. when using main10 profile x265 will convert the 16 bit input to a 10 bit output).Yes, but unless Vapoursynth accepts the 16bit output of DGSource that doesn't help at all. Thanks! Staxrip seems to be working using Avisynth+!!!35-40% faster encoding than in Hybrid using software decoding. RE: HDR encoding - Selur - 14.09.2017 Happy that helped. Cu Selur Ps.: To be sure, check that StaxRip is using the fulldepth flag, other than that it should be okay. RE: HDR encoding - mparade - 14.09.2017 (14.09.2017, 05:19)Selur Wrote: Happy that helped. The script had to be supplemented manually to include this flag. x265 multilib could accept DGDecNV's 16-bit input and output the video as 10 bit (seemingly). I didn't use ConvertBits(x) at the end of the script. After the encode is complete I have to check the output on my LG 4K TV and HTPC. RE: HDR encoding - mparade - 16.09.2017 Just to inform you using Staxrip and DGDecNV with HDR10 input: I have completed my first HDR encode using DGDecNV, but unfortunately I saw some artifacts during decoding the output: http://www.mammutmail.com/hu/download/bdf08e075867514436013154b6fea0dd I don't know yet if it is only a decoding problem now or if it is involved in the encode itself already due to some "problem" with decoding the original HDR content through DGDecNV. Edit: It seems these artifacts are encoded into the output (the source material can be decoded without them). RE: HDR encoding - Selur - 16.09.2017 Can't really help with StaxRip. There never is just a decoding problem,... |