PDA

View Full Version : SSA/ASS line spacing


hamletiii
25th July 2008, 03:38
Are there any settings for SSA/ASS subtitle with line spacing? I want to separate two lines with a bit space, the default comes too close. I'm mainly using aegisub for the subtitle work. The only setting in it about spacing is for the horizontal spacing, but I want vertical spacing between two lines. Thanks.

nautilus7
12th January 2011, 18:34
Looking for the same feature. Does anyone know?

thewebchat
12th January 2011, 18:59
SSA/ASS has no parameter for vertical spacing, which is one of the features proposed in the (dead) AS5 successor. If you are willing to use the unofficial VSFilterMod (http://code.google.com/p/vsfiltermod/) fork, I believe the \fsvp tag is what you want, though it will have to be added to each line. Alternatively, if you need this feature for typesetting, you could use the Lua engine in Aegisub to fake this with \pos.

nautilus7
12th January 2011, 21:13
Thanks for your response.