Giter Site home page Giter Site logo

libtimecode's Introduction

libtimecode's People

Contributors

lukemalcolm avatar x42 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

libtimecode's Issues

Small utility using libtimecode

Hi
I am writing a small utility that will be used to insert the current time of day in timecode format in ffmpeg. I have some comments about your library and I would like to know if you may be interested in them.

Calculation accuracy for drop frame timecode

Been trying to track down an issue that is popping up when doing conversions between a timecode and a frame number using a framerate of 29.97DF.

Take 08:33:25;02 for example:

Converted to a frame number at 29.97DF, libtimecode returns 923227. The correct value is 923228.
When the result of 923227 is sent back to libtimecode to be converted to a time, it returns 08:33:25;01.

Presumably using libtimecode to go to a frame number and back again should always yield the same result consistently, so something is getting switched in the math somewhere. Could this be due to rounding?

Shared library issue when on win32 mingw

LibLTC configure.ac has handling for the -no-undefined parameter requirement when building with mingw, however LibTimecode doesn't. This prevents .dll shared library creation on mingw.

To remedy... I copied the same handling logic from LibLTC's configure.ac and it worked without issue.

code version

In the process of running up a copy of this library. The version in git appears to be 0.1.0 but the version documented it 0.5.0 - there are macros and other things missing. Can you provide a pointer to the latest version of this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.