jedmund-svelte/src/lib/utils
Justin Edmund 4f46b0e666 feat: add video upload support with ffmpeg processing
- Add video MIME types support (WebM, MP4, OGG, MOV, AVI)
- Increase upload size limit to 100MB for videos
- Add ffmpeg integration for local video processing
- Generate video thumbnails at 50% duration
- Extract video metadata (duration, codecs, bitrate)
- Add database fields for video metadata
- Support video uploads in both local and Cloudinary storage
- Maintain aspect ratio for video thumbnails (1920px max width)

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-23 03:13:36 -04:00
..
albumEnricher.ts refactor: improve utility functions and API error handling 2025-07-09 23:21:48 -07:00
content.ts fix: improve album page functionality and design 2025-07-11 20:12:43 -07:00
date.ts We ran the linter 2025-06-11 00:54:05 -07:00
extractEmbeds.ts Linter 2025-06-13 21:22:49 -04:00
format.ts feat: add Cloudinary audit functionality 2025-06-16 16:56:05 +01:00
lastfmStreamManager.ts fix: improve now playing detection reliability 2025-07-10 01:25:31 -07:00
lastfmTransformers.ts feat: implement smart polling intervals based on track duration 2025-07-10 21:32:29 -07:00
mediaHelpers.ts feat: add video upload support with ffmpeg processing 2025-08-23 03:13:36 -04:00
metadata.ts Better OpenGraph and HTML metadata 2025-06-11 23:58:11 -07:00
nowPlayingDetector.ts fix: improve now playing detection reliability 2025-07-10 01:25:31 -07:00
simpleLastfmStreamManager.ts refactor: consolidate now playing detection into single music stream store 2025-07-10 21:32:14 -07:00
simpleNowPlayingDetector.ts refactor: consolidate now playing detection into single music stream store 2025-07-10 21:32:14 -07:00