What it checks
byteLength <= 2_000_000_000 for resolved video bytes.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Pinterest video pins are capped at ~2 GB per upload.
byteLength <= 2_000_000_000 for resolved video bytes.
{
"error": {
"code": "preflight_failed",
"rule": "pinterest.video.size_max",
"platform": "pinterest",
"message": "Video is 2400000000 bytes; Pinterest allows at most 2000000000.",
"remediation": "Compress under 2000000000 bytes (~2 GB)."
}
}
ffmpeg -i input.mp4 -c:v libx264 -b:v 5M -c:a aac -b:a 128k -movflags +faststart output.mp4
Was this page helpful?
