Uploads
File Too Large Error
Understanding and resolving file size limit errors
File Too Large Error
You'll see this error when the input file exceeds the maximum allowed size for your plan.
File Size Limits by Plan
| Plan | Max Input File Size |
|---|---|
| Free | 250 MB |
| Starter | 1 GB |
| Pro | 2 GB |
| Scale | 5 GB |
These limits apply to both direct uploads (presigned URL) and URL-based inputs.
Common Causes
Solutions
Compress before uploading
ffmpeg -i input.mov -c:v libx264 -crf 28 compressed.mp4
Split long videos
ffmpeg -i input.mp4 -t 600 -c copy first10min.mp4
Upgrade your plan
If you regularly work with larger files, upgrade to a plan with a higher limit. See Pricing.
Error Messages
Need Even Larger Files?
Contact us at javid@ffmpeg-micro.com if you need limits beyond the Scale plan.
Related Articles
Uploads
Common Upload Errors and Solutions
Troubleshoot upload failures and learn best practices
Uploads
File Size Mismatch Error
What the file size mismatch error means and how to fix it
Uploads
Invalid fileSize: send a JSON number
Why fileSize must be a JSON number (bytes), not a string—and how to fix 400 Invalid fileSize errors
On This Page
Quick Links
Still Need Help?
Can't find what you're looking for?
Email Support
javid@ffmpeg-micro.com