You can make .srt files in a text editor such as Notepad. Each subtitle consists of four parts:
1- Subtitle number (sequential, starting with 1)
2- Start time --> End time (hours:minutes:seconds,milliseconds)
3- Subtitle text (this can be more than one line)
4- Leave a blank line between subtitles
Save this file with same name as the video but change the file extension to .srt and put it in the same folder as the video.
Example:
Quote:
1
00:00:05,000 --> 00:00:09,000
This text displays from 5 to 9 seconds
2
00:00:13,000 --> 00:00:18,000
This text displays from 13 to 18 seconds
This is the second line of the subtitle
3
00:00:22,000 --> 00:00:28,456
This text displays from 22 seconds to 28 seconds 456 milliseconds
|