Yuri Sitnikov
Yuri Sitnikov
Sorry for abandoning the project for a while... Is the issue still relevant?
I'll take a look. Also, if you can attach a file example (before the fix), it will help.
Hi! The reason for passing duration as argument is because of the way browser records a webm file. The duration of the video supposed to be in the start of...
Looks like there's a "FrameRate" header in the file format, according to the spec. But I don't know if it's the FPS or not, and I don't know if browser...
Just recorded a webm file from a browser, and the header section looked like this: So I don't believe that the file contains any information about the framerate.
Didn't test the library with audio-only files... I'll check it
"Duration section is missing" is not an error, it's just a debugging info. It means that the library will add the missing duration section after logging that. The logger could...
Ground collision - fixed. Try experimenting with `BALL_GROUND_COLLISION_SPIN_COEFFICIENT` constant if you think that it still looks bad. Old replays - fixed. That's how it goes: - I introduced versioning for...
@danielknobe , did you have a chance to review the fixes?
The technical reason for the weird ball spin in replays in that the replays have many "savepoints" of the game state (which includes ball rotation and angular speed). So, in...