View Single Post
Old 2010-08-14, 05:04   Link #1070
jfs
Aegisub dev
 
 
Join Date: Sep 2004
Location: Stockholm, Sweden
Age: 39
retime("syl2end", 0, $kdur*100)

Let's check what that means.

"syl2end" means "change start time of line to end time of syllable, end time of line remains".
Then add 0 milliseconds to the line start time, so that stays at syllable end time.
Then add $kdur*100 milliseconds to end time. So if you have a syllable with duration 18 (centiseconds), you add 18*100=1800 milliseconds, or 1.8 seconds, to the end time. This might not be what you want.

But you never told what the problem was. If you tried describing what exactly you see go wrong, maybe you'd answer your own question before you're done asking it.
__________________

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