cloud-platform-insights / autologger

📠 friction log bot
Apache License 2.0
0 stars 0 forks source link

Skip file chunking if clips already exist #16

Closed davidstanke closed 16 hours ago

davidstanke commented 19 hours ago

This PR includes a number of refactors intended to improve maintainability, and adds a check to skip the local file chunking if clips already exist for a given input video. This skipping feature makes it that if the AI bits fail, the user can re-run the script and it won't repeat that (expensive) step

Fixes #12 Fixes #7 (ish)