Skip to content
This repository was archived by the owner on Aug 13, 2026. It is now read-only.
This repository was archived by the owner on Aug 13, 2026. It is now read-only.

Timecode calcultation problem #7

Description

@madhurcodes

Noticed a small issue with timecode calculations. Apparently the python timecode library does not support timecodes in the dot format like expected by the code.

print(Timecode( 24, '17:39:53:51.21'))
print(Timecode( 24, '17:39:53:11.21'))
17:39:53.208
17:39:53.208

I don't know how much the unreal live link utilizes these timecodes so this might work in practice but still something to fix maybe.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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