Skip to main content

What it checks

byteLength <= 2_000_000_000 for resolved video bytes.

Why

Pinterest’s video upload spec puts the per-upload ceiling at ~2 GB. Going over surfaces as a registration failure or an S3 upload reject — neither maps cleanly to an actionable error.

Failure response

Remediation

Drop the bitrate. For 1080p H.264, 5 Mbps is typically enough:
For very long clips, split into multiple pins or trim the video.