You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
pyCaption released a version (1.0.4) that allows empty cue without throwing any error.
I noticed a bug in a scenario, where a webVtt file with identifier and empty cue results in adding the identifier as a subtitle. The latest version 2.0.7 has the same issue.
e.g.
1
00:00:19.866 --> 00:00:29.800
subtitle 1
2
00:00:29.933 --> 00:00:37.500
3
00:00:37.600 --> 00:00:43.601
subtitle 2
Converted vtt file
00:19.866 --> 00:29.800
subtitle 1
00:37.600 --> 00:43.601
3
subtitle 2
00:43.666 --> 00:46.500
subtitle 3
The text was updated successfully, but these errors were encountered:
pyCaption released a version (1.0.4) that allows empty cue without throwing any error.
I noticed a bug in a scenario, where a webVtt file with identifier and empty cue results in adding the identifier as a subtitle. The latest version 2.0.7 has the same issue.
e.g.
1
00:00:19.866 --> 00:00:29.800
subtitle 1
2
00:00:29.933 --> 00:00:37.500
3
00:00:37.600 --> 00:00:43.601
subtitle 2
Converted vtt file
00:19.866 --> 00:29.800
subtitle 1
00:37.600 --> 00:43.601
3
subtitle 2
00:43.666 --> 00:46.500
subtitle 3
The text was updated successfully, but these errors were encountered: