Skip to content

numbers in subtitle texts are mangled #1

@bmwiedemann

Description

@bmwiedemann

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/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions