Defect found in vlc 1.0.3
Posted: 15 Jan 2010 19:56
Hi,
I hope this is an ok place to post this, I have tried to post a bug on the trac system, but I don't use IRC, so I can't get validated...
Defect/Bug:
The timing of subtitles is off by one second under certain circumstances
The following srt code activates the subtitles one second early (that means: vlc times this sub at 01:27):
1
00:01:28,000 --> 00:01:29,961
<i>October is inventory time.</i>
Apparently, vlc doesn't like the "000" time. There is the following workaround which produces the correct timing:
1
00:01:28,001 --> 00:01:29,961
<i>October is inventory time.</i>
Environment: vlc-1.0.3 on Mac OS X 10.6.
Thanks,
Gary
I'll be glad to elaborate if needed.
I hope this is an ok place to post this, I have tried to post a bug on the trac system, but I don't use IRC, so I can't get validated...
Defect/Bug:
The timing of subtitles is off by one second under certain circumstances
The following srt code activates the subtitles one second early (that means: vlc times this sub at 01:27):
1
00:01:28,000 --> 00:01:29,961
<i>October is inventory time.</i>
Apparently, vlc doesn't like the "000" time. There is the following workaround which produces the correct timing:
1
00:01:28,001 --> 00:01:29,961
<i>October is inventory time.</i>
Environment: vlc-1.0.3 on Mac OS X 10.6.
Thanks,
Gary
I'll be glad to elaborate if needed.