You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: cap Pexels b-roll at 1080p to prevent Lambda disk overflow
selectBestFile() was falling back to the highest resolution file when
no exact 1080p match existed. This selected 4K UHD files (4096×2160,
100-500MB) that exceeded Lambda's 2GB disk limit, causing all render
chunks to fail.
Now prefers the highest resolution at or below 1080p. If all files
exceed 1080p, picks the smallest available instead of the largest.
0 commit comments