Thread: mt_lutxy
View Single Post
Old 12th May 2012, 18:40   #9  |  Link
Gavino
Avisynth language lover
 
Join Date: Dec 2007
Location: Spain
Posts: 3,431
Quote:
Originally Posted by Overdrive80 View Post
If I only use mt_polish("x + y"), will shows it in screen infix result??? Or I would need other more function as subtitle(....)?
mt_polish() returns a string, so if you want to see it on the screen you can use Subtitle(mt_polish("x + y")).

Note that you can get away with never learning RPN at all and just use mt_polish("...") instead for your expressions.
I don't know why more people don't use it in published scripts - it's much easier to understand.
__________________
GScript and GRunT - complex Avisynth scripting made easier
Gavino is offline   Reply With Quote