Code Monkey home page Code Monkey logo

Comments (3)

ReadieFur avatar ReadieFur commented on June 14, 2024

could do. what are the timestamps relative to? if they are relative to the map progress then you could plot the timestamp inbetween the song progress as that is read directly from the game (though now that i think of it that timer can be delayed sometimes)

from bsdatapuller.

Loskir avatar Loskir commented on June 14, 2024

I mean absolute timestamps, milliseconds from jan 1st 1970.

but i've checked that again ant it turned out that network delays are hardly noticeable. so it's not that necessary to add timestamps but anyway.

I'm trying to make a script that saves every event to the database as you play. then you feed your raw video recording to another script and it cuts each play to a different file based on saved data. And while start/end events don't have to be precise, i can't make auto-pause-cutter © work properly as it is delayed significantly.

I think the reason is that I can't align recording start time with real-world timestamp to calculate offsets precisely. I'm using file creation date but it's only precise to a whole second.

from bsdatapuller.

ReadieFur avatar ReadieFur commented on June 14, 2024

oh yeah sure i can add epoch timestamps

from bsdatapuller.

Related Issues (15)

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.