frigate/frigate/output
Claude 8433e16558
Fix preview frame tracking and partial file cleanup
- write_frame_to_cache() now returns bool; callers only append the
  timestamp to output_frames when cv2.imwrite() actually succeeded,
  preventing dangling timestamps that cause ffmpeg "Impossible to open"
  errors when the cache disk is full
- FFMpegConverter removes the partial output mp4 on ffmpeg failure so
  stale partial files don't accumulate on the recording disk

https://claude.ai/code/session_016bxjbVpx8DqpjysnGYmXdx
2026-03-13 05:24:38 +00:00
..
birdseye.py Debug replay (#22212) 2026-03-04 10:07:34 -06:00
camera.py Properly call super() in subclasses (#14124) 2024-10-02 19:35:46 -06:00
output.py Use resolved recordings root for preview output paths 2026-03-09 20:38:17 +11:00
preview.py Fix preview frame tracking and partial file cleanup 2026-03-13 05:24:38 +00:00