fix: Fix length

This commit is contained in:
Myzel394 2024-06-17 18:27:27 +02:00
parent 6758f34e1b
commit 1c058e8f0b

View File

@ -33,7 +33,7 @@ def main() -> None:
# Iterate over seconds
for i in range(0, int(metadata.nframes / 2), metadata.framerate):
for i in range(0, metadata.nframes, metadata.framerate):
second = frames[i:i + metadata.framerate]
# Split the second into parts