Thread: Avisynth+
View Single Post
Old 16th July 2019, 10:02   #4803  |  Link
pinterf
Registered User
 
Join Date: Jan 2014
Posts: 2,309
Quote:
Originally Posted by real.finder View Post
bug in expr? in float(32)

mt_lut( "x range_half - 0.1 * range_half +", scale_inputs="floatf", U=3,V=3 )

not same as

expr( "x range_half - 0.1 * range_half +" ,scale_inputs="floatf")

without scale_inputs="floatf" they are same
Do you know which one is correct?
pinterf is offline