Timelapse-consolidator: create a single timelapse video from multiple captures, ignoring night shots. I think, it's a good example for splitting the task for separate programs, which task size the AI still can handle. See prompt for details: https://github.com/ern0/timelapse-consolidator
(Night shot detector should be faster, instead Python, I would rewrite it in some native language, like Rust, but it will run once per project, so it's not vital.)
(Night shot detector should be faster, instead Python, I would rewrite it in some native language, like Rust, but it will run once per project, so it's not vital.)