Thread: nnedi3cl
View Single Post
Old 19th October 2017, 05:25   #15  |  Link
HolyWu
Registered User
 
Join Date: Aug 2006
Location: Taiwan
Posts: 392
Update r4 & r5.
  • Fix decimal-point character issue in different locales.
  • Add old & new prescreener.
  • Use snprintf to convert floating point to string for more precise value, because to_string only writes six decimal digits after the decimal point.
  • Change filter mode to completely parallel execution.

The benchmark in the first post is revised.

Quote:
Originally Posted by Mystery Keeper View Post
Tried to replace NNEDI3 with NNEDI3CL in QTGMC.
Got this error:
Code:
2017-10-14 13:41:42.021
Failed to evaluate the script:
Python exception: NNEDI3CL: Build Program Failure
:1:528: error: expected identifier or '('
:42:23: note: expanded from here
#define SCALE_ASIZE 0,003472
Thanks for the report. It's caused by different representation of decimal-point character in some locales. Please try the latest release again.
HolyWu is offline