feat: larger playlist cover images in editorial template#137
feat: larger playlist cover images in editorial template#137recoup-coding-agent wants to merge 2 commits intomainfrom
Conversation
Editorial content now renders both a video and a static image (editorial base with playlist cover overlays). The static image is passed through the callback chain as `staticImageUrl` alongside the video. - New `buildStaticImageArgs` — ffmpeg args for single-frame image render - New `renderStaticImage` — downloads base + overlays, runs ffmpeg, uploads PNG - `createContentTask` renders static image when template uses overlay - `pollContentRuns` extracts `imageUrl` from task output - 12 new tests (all green) Co-Authored-By: Paperclip <noreply@paperclip.ing>
Playlist covers overlaid on editorial template videos were too small for record label customers. Increase OVERLAY_SIZE from 150 to 250 in both static image and video filter pipelines. Co-Authored-By: Paperclip <noreply@paperclip.ing>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 19 minutes and 50 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (11)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
OVERLAY_SIZEfrom 150px to 250px (~35% of frame width, up from ~21%) in bothbuildStaticImageArgs.tsandbuildFilterComplex.tsTest plan
buildStaticImageArgs.test.tsandbuildFilterComplex.test.tsupdated and passing🤖 Generated with Claude Code
Summary by cubic
Increase playlist cover overlays from 150px to 250px in the editorial template and add a static image render that uses the same overlays. Implements REC-66 and returns a
staticImageUrlalongside the video.createContentTasknow renders a static image when overlays are used and includesstaticImageUrlin the output.pollContentRunsnow surfacesimageUrlfrom task output.Written for commit 34b58de. Summary will update on new commits.