I am trying to create a line break for subtitles but it's not working.
Subtitle("This is a test\n of the Emergency Broadcast System.", lsp=0, align=2, size=32)
I have the \n and LSP mark. But it just reads "This is a test" with nothing below it. I can't figure out what I'm doing wrong.
+ Reply to Thread
Results 1 to 6 of 6
-
-
It doesn't change anything. I tried setting it to 1, 10, even 100. The last part is still cut off.
-
The height method works perfectly. I guess that's dead center position.
Thank you so much. It shows up now. -
Works for me:
I made a mistake though. If I leave out lsp entirely I get no line break (the \n is printed). But explicitly setting it to any value, even zero, gives the line break. I'm running AviSynth 2.6.
Ah, I see. The second line is being printed off screen with align=2.Last edited by jagabo; 10th Jan 2015 at 14:42.