From f3482a9a78e766935a39ce13c0fad28ed4e91d04 Mon Sep 17 00:00:00 2001 From: Claude Date: Wed, 19 Nov 2025 21:59:13 +0000 Subject: [PATCH] Update README with video support requirements and status - Added Video Support Requirements section with resource recommendations - Noted FFmpeg is bundled via npm (no system installation required) - Listed supported formats and max file size - Updated roadmap to mark Video Support as implemented --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea086e7..8300d34 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,22 @@ Perfect for: - **Docker**: v20.10.0+ - **Docker Compose**: v2.0.0+ +### Video Support Requirements +When enabling video uploads, consider these additional resources: + +| Resource | Recommendation | Notes | +|----------|----------------|-------| +| **RAM** | 4GB+ recommended | FFmpeg processing requires more memory | +| **Storage** | Plan for 10-100x more | Videos are significantly larger than images | +| **CPU** | Additional cores help | Video thumbnail extraction is CPU-intensive | +| **Bandwidth** | Higher throughput | Video streaming requires more bandwidth | + +**Technical Notes:** +- FFmpeg is bundled via npm (`@ffmpeg-installer/ffmpeg`) - no system installation required +- Maximum upload size: 500MB per video file +- Supported formats: MP4, WebM, MOV, AVI +- Video thumbnails are automatically generated from the first few seconds + ## 🤝 Contributing We love contributions! PicPeak is built by photographers, for photographers. Whether you're fixing bugs, adding features, or improving documentation, your help is welcome. @@ -222,7 +238,7 @@ These features are currently in beta testing and may have limited functionality | **Gallery Templates** | Additional gallery layouts and themes (masonry, slideshow, story-style) for different event types | Medium | 🔄 Open | | **Face Recognition** | AI-powered face detection to help guests find their photos and create automatic person-based albums | Low | 🔄 Open | | **Gallery Feedback** | Allow guests to like, rate, and comment on photos with admin notifications and moderation | Medium | ✅ Implemented | -| **Video Support** | Upload and display videos alongside photos in galleries with streaming support | Low | 🔄 Open | +| **Video Support** | Upload and display videos alongside photos in galleries with streaming support | Low | ✅ Implemented | | **Multiple Administrators** | Support for multiple admin accounts with role-based permissions and activity tracking | Low | 📋 Planned | | **Filtering & Export Options** | Add filters to show only rated, liked, or marked photos and export filtered selections for Capture One or Lightroom workflows | Low | 🔄 Open |