yinchuan

Results 2 comments of yinchuan

I'm having the same issue. In my case, the video is a screen recording by "print screen" on Ubuntu 22.04. The video is in webm format and has duration 69.03...

@TrayfourYu `TypeError: integer argument expected, got float` can be fixed by adding `int()` to 3 lines of code in `MapEditor.py`. L48 self.min_multiplier = int(math.ceil(view_width / self.map_width_cells)) L69 x = int(math.floor(x...