First of all, thank you so much, mironto, for developing such a wonderful program! I started using it a week ago and love it. I do have a bunch of questions that I hope you, or someone else for that matter, could help me with.
1) I have noticed that there are two types of subtitle files out there... one looks like this:
The SRT file:
CODE
3
00:00:41,303 --> 00:00:43,350
That's the rock
Michael described.
.... etc.
Here's what I think these things are: 3 is the number of the subtitle in the list. 00:00:41 is the begin time and 00:00:43 is the end time for how long the subtitle will be displayed.
What are 303 and 350? miliseconds??
Second type I found looks like this:
The SUB file:
CODE
{1}{1}25.000
{71}{94}:"בפרקים הקודמים של "אבודים
.... etc.
I'm guessing the 25.000 is the framerate? What exactly is 71 & 94? Are these frames or times in some kind of a weird format?
2) If the framerate is not specified in SUB file, is it safe to assume it's 25 (PAL)?
3) Foreign charcter text in these files... it is not in UTF-8 format, right? Why don't they use UTF-8 or UTF-16? Is it OK to conver them to UTF-8 when I save them?
Thanks!!!