Hi all
Sometimes, speakers on the left and right speak simultaneously. I thought of using the tab key to make the lines go left and right. However, my player insists on centering everything, regardless of tabs or spaces inserted.
Has anyone used spacing like this? How?
Thanks.
> Help
Using tab to separate speakers?
Using tab to separate speakers?
2025-10-20 16:11:18

Re: Using tab to separate speakers?
2025-10-20 18:29:03

You can try to use:
https://www.w3schools.com/tags/tag_pre.asp
But I doubt it will work with SRT. Again: ASS is your friend. :)
https://www.w3schools.com/tags/tag_pre.asp
But I doubt it will work with SRT. Again: ASS is your friend. :)
Re: Using tab to separate speakers?
2025-10-20 23:50:22

ASS is for advanced people. I'm still in the novice class.
Re: Using tab to separate speakers?
2025-10-21 10:53:28

With SRT or VTT, most players will replace the TAB by single SPACE. They do it because they have to manage the display width.
I haven't tested it, but VTT may accept "non-breaking spaces":
Else, from my tests, the easiest way is to use simple spaces. But the line can't start with a space, so you have to use a character, like a dot.
Keep in mind the the space doesn't have a fixed width. It depends on your font. So it may be difficult to get perfect column.
This is the best you can do with SRT.
I haven't tested it, but VTT may accept "non-breaking spaces":
Else, from my tests, the easiest way is to use simple spaces. But the line can't start with a space, so you have to use a character, like a dot.
Keep in mind the the space doesn't have a fixed width. It depends on your font. So it may be difficult to get perfect column.
This is the best you can do with SRT.
Re: Using tab to separate speakers?
2025-10-21 11:11:11

Thanks Truc. Will try that.