Skip to content

Commit

Permalink
try to make it more accurate (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
realfinder authored May 26, 2021
1 parent 51aacff commit 7f21bea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bookmarks from Subtitle.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
if sections:
for ss, hr, min, sec in sections:
sec = int(hr)*3600 + int(min)*60 + float(sec)
bookmark = int(round((sec+0.02)*fps))
bookmark = int(round((sec+0.0209)*fps))
bookmarkDict[bookmark] = ''
if bookmarkDict:
bookmarkList = bookmarkDict.items()
Expand Down

0 comments on commit 7f21bea

Please sign in to comment.