-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
I found that the sed calls mangle numbers in subtitle texts
e.g.
from 5,000 feet
meet me at 2:00
becomes
from 5,00 feet
meet me at 2:0
http://matroska.org/technical/specs/subtitles/ssa.html says the time format is
h:mm:ss.cc so dropping such leading zeroes is unnecessary (tested with MPlayer)
Also I made a simple perl port using an SRT parser that is avoiding this problem - https://gitorious.org/srttools/srttools/
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels