View Single Post
Old 2009-03-03, 11:38   Link #862
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
Quote:
\pos($scenter,$smiddle\fad(0,300)
There is an end-parenthesis I don't see. (You're missing one.)

When you're retiming, none of the time-related variables will be correct any longer, that includes $send and other variations. (Reason: The variables' values are relative to the original line start, which is no longer the actual line start.)

Rather than \t(0,0,whatever) you can just use \t(whatever), I prefer doing that to make reading it easier.

I would make two lines of it instead of just one. The first line is a statically positioned one, where the syllable rests until it should fade out, and the other the actual fadeout.

!retime("syl2end",0,-400+($si-1)*50)!{\an5\be1\pos($scenter,$smiddle)}
!retime("postline", -400+($si-1)*50, -100+($si-1)*50)!{\fry0 \t(\fry90\alpha&HFF&) \an5\be1\pos($scenter,$smiddle)}
__________________

Aegisub developer [ Forum | Manual | Feature requests | Bug reports | IRC ]
Don't ask for: More VSFilter changes (I won't), karaoke effects, help in PM's
jfs is offline   Reply With Quote