| Printable Version of Topic
Click here to view this topic in its original format |
| Unofficial VirtualDub Support Forums > VirtualDub Filters and Filter Development > Subtitler Filter 2.4 Ignoring N ? |
| Posted by: Cyberman Jan 23 2005, 08:24 PM |
| Somehow I canīt get Averys Subtitler filter to work - it doesnīt show line breaks, DirectVobSub seems to respect them, but VDubs subtitler doesnīt. I tried all three settings(q0,q1,q2) - neither works. Did I do something wrong, is there some special way to write them? I simply attach them at the end of the text. The file is saved as UTF-8, but saving as ANSI doesnīt seem to help either. |
| Posted by: phaeron Jan 23 2005, 10:52 PM |
| You do need to place wrap modes at the start of the line, but hard breaks (\N) should work in any mode. Care to paste in a dialogue line sample? |
| Posted by: Cyberman Jan 24 2005, 08:00 PM | ||
Hereīs a sample:
|
| Posted by: phaeron Jan 25 2005, 05:00 AM |
| Okay, now I see why it's not working. What's happening is that all your dialogue lines are placed on top of each other and the subtitler moves them until no more collisions occur. However, an empty line cannot collide because it is removed by the wrapping system, so your line breaks are essentially ignored. The way you're supposed to a multi-line layout like this is to do all of the text in one dialogue line, separated by line breaks, so that the subtitler lays the whole text out at once. This also allows you to get proper centering of the entire block. That not being possible, inserting any non-whitespace character after the line break, including a non-breakable space (Alt+0160) would work. |
| Posted by: Cyberman Jan 25 2005, 11:58 AM |
| I see. So it IS my fault. I knew it couldnīt be the subtitler. (A bug like this would have been solved much sooner.) I hate SSA. Thanks. |