1
I’d like to know if there’s any way to get one line to the top when two lines are at the same time, but not to do it manually, but automatically.
1
I’d like to know if there’s any way to get one line to the top when two lines are at the same time, but not to do it manually, but automatically.
0
The current technology apparently can not do this automatically, but it is possible to manually align simply (after all there will be few places to probably adjust), can use line:0
, for example in your file .vtt
do so:
WEBVTT
0
00:00:00.000 --> 00:00:12.000
Teste
1
00:00:18.700 --> 00:00:21.500
Teste inicia em 00:18
termina em 21
2
00:00:18.700 --> 00:00:23.500 line:0
Teste inicia em 00:18
mas termina em 23
3
00:00:22.800 --> 00:00:26.800
Olá mundo!
4
00:00:29.000 --> 00:00:32.450
Tchau
If you think you’re too top line:1
.
Here’s an example of how to use subtitles:
It has several properties that can be used to align in various ways, I will edit when possible by adding details
Browser other questions tagged html css subtitles
You are not signed in. Login or sign up in order to post.
Yes, I had already seen this, but I would like it to be done automatically, without having to revise each legend
– Lucas Caresia
Unfortunately there is no @Lucascarezia, I believe it was done so that you can customize how you want subtitles.
– Guilherme Nascimento