06.09.2017, 19:24
(06.09.2017, 18:27)Selur Wrote: Send you a link to a dev version for testing.
Cu Selur
Could you please take care of this in Hybrid? (I got the info from Donald Graft 5 minutes ago!):
"Re: HEVC main10 decoding support
Yes, it is possible. Use the fulldepth parameter to DGSource. From the user manual:
fulldepth: true/false (default: false)
When fulldepth=true and the encoded video is HEVC 10-bit or 12-bit, then DGSource() delivers 16-bit data to Avisynth+ with the unused lower bits zeroed. The reported pixel format is CS_YUV420P16. If either of the two conditions are not met, then DGSource() delivers 8-bit YV12 or I420 data, as determined by the i420 parameter. When fulldepth=false and the video is HEVC 10-bit or 12-bit, then the video is dithered down to 8-bit for delivery. If you need a reduced color space (less than 16 bits) for your high-bit-depth processing, you can use ConvertBits() as needed after your DGSource() call."