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

Fix how frame indexes are converted to real filenames #7

Closed OliverWich closed 4 months ago

OliverWich commented 4 months ago

Currently we just index in the frameDir. This might cause issues if the files are sorted differently on different hosts. We should count how many frames there are and create a full frame name with passed 0 at the start, just like ffmpeg names them. This way we can uniquely identify the files / frames and don't rely on the pre-processing being 100% done