Skip to content

Timecodes generated by list-scenes may lead to off-by-one errors #464

Description

@Breakthrough

Description:

As discussed in #431, the timecodes outputted by the list-scenes command may lead to cuts being off by a frame. This is due to rounding as the output format is HH:MM:SS.nnn. Internally these values are stored as floats, with much more precision than three digits.

Suggested Fix:

When formatting the result, the final digit should not be rounded, but rather truncated.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions