Giter Club home page Giter Club logo

cvcalib's People

Contributors

algomorph 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  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

cvcalib's Issues

Mistakenly complaining about fps info not found

Line 43 of offset.py makes the software complain and print the ffmpeg output if the fps is given in a format different than 00.00. For example, my videos' fps are given as 12 and 24 fps (without decimals) and thus the program complains and the output is unecessarily large.
A solution would be to change the regular expression to '(\d+(.\d+)?)\sfps' instead.
However, if I do so, another problem arises. It happens that my videos have different fps. I don't mind about that because I'm only using the program to calculate the offset (option -coo). However, as verification of whether videos have the same fps is done in offset.py (line 216) which is run when option -coo is enabled, the program fails.
I imagine this should be verified within the run_sync function (line 57, app.py) instead, but I didn't want to try anything because I'm not familiar with this. Anyway, I couldn't find anywhere in the code where the fps are actually used.

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.