mi-classroom / mi-web-technologien-beiboot-ss2024-OliverWich

mi-web-technologien-beiboot-ss2024-OliverWich created by GitHub Classroom
https://still-moving.oliverwich.de
MIT License
1 stars 0 forks source link

Universally use frame indices or timestamps #14

Open OliverWich opened 2 months ago

OliverWich commented 2 months ago

There is a lot of conversion between a frames timestamp to its index and vice versa.

There might even be some bugs present that make it impossible to tell if the selected frames are actually the ones getting included into the final frame.

This should be unified so that we either always use timestamps or indices. Always using the index might be the correct way to go as it would eliminate any rounding / off by one errors.