-
feat(backend): add video scene preview generation and endpoint
All checks were successfulBuild and Publish Docker Image / deploy (push) Successful in 1m52sreleased this
2026-06-05 10:42:30 +03:00 | 13 commits to master since this release- Register a new route
GET /d/{boxID}/scene/{fileID}to serve video scene previews. - Implement the
VideoScenesPreviewhandler to serve existing previews or generate them on-demand. - Add helper functions to analyze video frames (e.g., luma calculation to filter out dark frames) and render the final scene thumbnail.
- Update the
fileViewstruct to include scene URL and status fields.
Downloads
- Register a new route