MysteryX
25th June 2021, 05:05
I'm trying to run this code ported from Avisynth
EM.std.Expr("x[0,1] 0.12 * x[0,0] 0.76 * x[0,-1] 0.12 * + +")
> Failed to convert x[0,1] to float.
Does Vapoursynth Expr support Pixel Addressing (http://avisynth.nl/index.php/Expr#Pixel_addressing)?
EM.std.Expr("x[0,1] 0.12 * x[0,0] 0.76 * x[0,-1] 0.12 * + +")
> Failed to convert x[0,1] to float.
Does Vapoursynth Expr support Pixel Addressing (http://avisynth.nl/index.php/Expr#Pixel_addressing)?