What it checks
byteLength <= 1_000_000_000 per video.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Each video on Threads must be ≤ 1 GB.
byteLength <= 1_000_000_000 per video.
{
"error": {
"code": "preflight_failed",
"rule": "threads.media.video_size_max",
"platform": "threads",
"message": "Video is 1450000000 bytes; Threads allows at most 1000000000.",
"remediation": "Compress the video under 1000000000 bytes (Threads's per-video limit is 1 GB)."
}
}
ffmpeg -i input.mp4 -c:v libx264 -b:v 6M -c:a aac -b:a 128k -movflags +faststart output.mp4
Was this page helpful?
