Typetting with automation using lua part 2..

Continuing from my previous post, let’s dive into the main course, which is the effects —————————— E F F E C T S ————————————————————————– –sylables effect l=result.add() l.layer=11 l.text = string.format(“{\\an5\\pos(%d,%d)\\t(0,30,\\fscx140\\fscy160\\1c&HFDF0EE&\\3c&HFFFFFF&)\\t(30,%d,\\3c&H000000&\\fscx100\\fscy100\\alpha&HFF&)}%s”,x,y,syl.duration*10+200,syl.text_stripped) l.start_time = line.start_time + syl.start_time/10 l.end_time = line.start_time + syl.start_time/10 + syl.duration + 20 –Make hearts fly about for i=0,30 do l = result.add() [...]

Typesetting with automation using lua part 1..

Someone request me to give some some perspective and idea about lua and using it to the max with out actually learning all of the programming language itself. Lua, if that doesn’t ring a bell to you well maybe that you are not familiar to the term aegisub. If you do know what and how [...]

Follow

Get every new post delivered to your Inbox.