Thread: Avisynth+
View Single Post
Old 15th February 2020, 14:41   #5150  |  Link
TheFluff
Excessively jovial fellow
 
Join Date: Jun 2004
Location: rude
Posts: 1,100
Quote:
Originally Posted by real.finder View Post
expr don't have >> like lut? I got error with expr("x 100 scalef <= x 1 >> x 1.4 ^ ?",scale_inputs="floatf")
expr converts all inputs to single precision float and works with that internally, so binary left/right shift isn't really meaningful in the way it is for integers.
TheFluff is offline