How can I change the following .srt
file to look like the one at the end of the post?:
1
1
00:00:01,270 --> 00:00:04,520
<v Narrator>Now before diving into some NodeJS code,</v>
2
2
00:00:04,520 --> 00:00:06,700
let's do a high level overview
I want to change it into this (not duplicate index and remove empty line):
1
00:00:01,270 --> 00:00:04,520
<v Narrator>Now before diving into some NodeJS code,</v>
2
00:00:04,520 --> 00:00:06,700
let's do a high level overview
I think I can use Notepad++ but how?