Quote: fulldepth=true)Are you using the latest DGDecNV version? (it's from 2017-08-28)
NameError: name 'true' is not defined
Since according to DG:
Quote:Yes, it is possible. Use the fulldepth parameter to DGSource. From the user manual:source: http://rationalqm.us/board/viewtopic.php...595&p=7154
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.
Strange thing that the path seems to be broken,... (looked fine in the debug output)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.